/*===================================================================================
  Reset & Globals
===================================================================================*/

/* Remove number-input spinners */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-ms-clear,
input[type="number"]::-ms-reveal {
  display: none;
}

/* Box‑sizing for checkboxes, radios, legends */
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
  width: 15px;
  height: 15px;
}


/*===================================================================================
  Shortcode Dropdown
===================================================================================*/

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 175px;
  cursor: pointer;
  font-family: inherit;
}
.dropdown-selected {
  padding: 2px;
  border-bottom: 1px solid #ccc;
  position: relative;
  background: #fff0
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")
    no-repeat right 10px center;
  background-size: 12px 12px;
  border-radius: 5px;
}
.dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  border-bottom: 1px solid #f5f5f5;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item:hover {
  background-color: #f1f1f1;
}
.item-title {
  display: block;
  font-weight: bold;
  font-size: 12px;
}
.item-date {
  display: block;
  font-size: 10px;
  color: #777;
  margin-top: 2px;
}
.current-post .item-title {
  color: #e74c3c;
}
.create-new-upload {
  background-color: #f8f9fa;
}
.create-new-upload .item-title {
  text-align: center;
  color: #3498db;
}


/*===================================================================================
  PVPP Uploads List
===================================================================================*/

.pvpp-uploads-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 15px;
}

.pvpp-upload-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	padding: 12px;
	border: 1px solid #dbd6d6;
	border-radius: 5px;
}

.pvpp-thumbnail-container {
  flex-shrink: 0;
  margin-right: 15px;
}
.pvpp-library-thumb {
  width: 80px;
  border-radius: 4px;
}
.pvpp-upload-content {
  flex-grow: 1;
}
.pvpp-upload-link {
  display: block;
  font-weight: 600;
  text-decoration: none;
}
.pvpp-upload-image-count,
.pvpp-upload-date {
  display: block;
  color: #666;
  font-size: 0.9em;
}
.pvpp-upload-image-count {
  margin-top: 4px;
}
.pvpp-upload-date {
  margin-top: 2px;
}


/*===================================================================================
  Image Cropper
===================================================================================*/

.image-cropper {
  visibility: hidden;
}
.cropper-view-box {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 3px solid #eb6b21 !important;
}
.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #f33 !important;
  opacity: 0.75;
}
.cropper-container img {
  background-color: #fff;
}


/*===================================================================================
  Quantity Inputs & Transitions
===================================================================================*/

.main-gal-item {
  transition: border-top-color 0.3s ease, border-bottom-color 0.3s ease;
}

/* shared wrapper styles */
.main-gal-qty-input,
.master-qty-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  touch-action: manipulation;
}
.main-gal-qty-input {
  width: 100%;
  background-color: #fff;
  border-width: 0 1px 1px;
  justify-content: space-between;
}
.master-qty-wrap {
  flex-direction: row;
}

/* inputs */
.master-qty-wrap input[type="number"] {
  flex: 1;
  border: none;
  text-align: center;
  font: 500 16px inherit;
  padding: 5px 0;
  vertical-align: top;
}

.main-gal-qty-input input[type="number"] {
  flex: 1;
  border: none;
  text-align: center;
  font: 500 16px inherit;
  padding: 5px 0;
  vertical-align: top;
  max-width: 50%;
}

/* buttons */
.main-gal-qty-input button,
.master-qty-wrap button {
  background-color: #f5f5f5;
  border: none;
  padding: 0;
  cursor: pointer;
}
.main-gal-qty-input button {
  height: 33px;
  width: 105px;
}
.master-qty-wrap button {
  height: 36px;
  width: 50px;
}
.main-gal-qty-input button:focus,
.master-qty-wrap button:focus {
  outline: none;
}


/*===================================================================================
  Select Dropdowns
===================================================================================*/

.size-select-dropdown,
.paper-select-dropdown,
#master-paper-type-select,
#master-paper-size-select {
  width: 100%;
  padding: 6px 6px 6px 15px;
  font: inherit;
  font-size: 16px;
  border: 1px solid #ccc;
  background: #fff url('/wp-content/uploads/2025/03/down-arrow15.png')
    no-repeat right 10px center;
  background-size: 12px;
  appearance: none;
}
#sort-select-dropdown {
  width: 100%;
  padding: 6px 10px;
  font-size: 12px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
}

/*===================================================================================
  PVPP Selector Row
===================================================================================*/

.pvpp-selector-row {
  display: flex;
}
.main-gal-paper-select,
.main-gal-size-select {
  width: 50%;
}


/*===================================================================================
  WooCommerce Overrides
===================================================================================*/

.woocommerce-form-coupon {
  background: none !important;
}

.reset_variations {
  display: none !important;
}

p.price {
  display: none !important;
}

.product_meta {
  display: none !important;
}

.single_add_to_cart_button {
  display: none !important;
}

.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations label,
.woocommerce form label {
  font-size: 17px;
  color: #068acc;
  margin-top: 8px;
  font-weight: 600;
}

.woocommerce .oxy-product-cart-button,
.woocommerce .oxy-woo-element div.product form.cart {
  max-width: 100%;
}

/* tables & product‑name styling */
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th {
  font-size: 13px !important;
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin: 0;
}

.woocommerce td.product-name .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt,
td.product-name {
  font-weight: 600 !important;
}

.woocommerce .price_label .from,
.woocommerce .price_label .to,
.woocommerce ul.products li.product .price,
.product-quantity,
.woocommerce .price ins,
.woocommerce-Price-amount,
.woocommerce-loop-category__title .count,
.woocommerce .price {
  /*color: #fff;*/
  font-weight: 700;
  font-size: 16px;
}

/* WFACP variations styling */
.wfacp_cart_title_sec dl.variation {
  margin-bottom: 1px;
}
.wfacp_cart_title_sec dl.variation dt,
.wfacp_cart_title_sec dl.variation dd {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.wfacp_cart_title_sec dl.variation dt {
  font-weight: bold;
}
.wfacp_cart_title_sec dl.variation dd {
  margin-left: 0;
}

.woocommerce-variation-price {
	display:none !important;
}

.breakdance-woocommerce select {
	font-weight: 700 !important;
	text-align: center !important;
}

.ea-body {
	text-align: left;
}

.ea-header {
	text-align: left;
}

/* Re-target and turen back on 
.ea-body, p {
	font-size: 16px !important;
}
*/

.post-type-archive .price, .woocommerce-result-count, .orderby {
	display: none !important;
}

.breakdance-woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	margin: 10px 0px 0px 0px !important;
}

.pvpp-shop-description {
	margin-bottom: 15px;
}

.breakdance-woocommerce .woocommerce-ordering {
	display: none;
}

.outofstock .product_type_simple {
	background-color: #666 !important;
}

/* === Mobile Tooltip (≤767px): show on left === */
@media (max-width: 767px) {
  .breakdance-woocommerce ul.products {
	grid-template-columns: auto !important;
	gap: 60px !important;  
	padding: 0px 20px !important;
}
}
  }

.pvpp-back-to-library .breakdance a, .button-atom--text {
	text-decoration: none !important;
}

/* Custom Checkout Plugin */

#cfw.context-thank-you ul.status-steps li.status-step-selected, #cfw.context-thank-you ul.status-steps li.status-step-selected i {
    color: #19b698 !important;
}

.cfw-remove-item-button {
	display:none;
}

.cfw-review-pane-content .woocommerce-Price-amount {
	color:#737373 !important;
}

.cfw-order-review-total .cfw-review-pane-content .woocommerce-Price-amount {
	color:#000 !important;
}

/*===================================================================================
  Oxygen & Breakdance Tweaks
===================================================================================*/

.oxy-container-link {
  text-decoration: none;
}
.breakdance .bde-code-block {
  align-items: center !important;
}

.woocommerce-variation-add-to-cart {
  display: none !important;
}

body.single-customer-upload .woocommerce-page.woocommerce-account
  .breakdance-woocommerce .col2-set {
  max-width: none !important;
}

.ea-card .ea-header a {
	font-size: 16px !important;
}

/*===================================================================================
  Title Update Field
===================================================================================*/

.title-edit {
  cursor: pointer;
}
.pvpp-title-update-field {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #333;
  outline: none;
}
.pvpp-title-update-field:focus {
  border-bottom-color: #0073aa;
}
.pvpp-title-submit {
  display: block;
  margin: 0 auto;
  padding: 15px 30px;
  font: 800 15px inherit;
  color: #fff !important;
  background-color: #23aa80 !important;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}

.breakdance-woocommerce .woocommerce-EditAccountForm fieldset legend {
	width: 100%;
}

/*===================================================================================
  PVPP Gallery Tab
===================================================================================*/

.pvpp-gallery-tab {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  padding: 15px;
  align-items: start;
}

.pvpp-gallery-item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 350px;
}

.pvpp-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.pvpp-gallery-item img {
  /*width: 100%;*/
  height: auto;
  max-height: none;
  display: block;
  object-fit: contain;
  border-radius: 0px;
}

/* Grid spanning for different orientations */
.pvpp-gallery-item.gallery-wide {
  grid-column: span 2;
  max-width: 600px;
}

.pvpp-gallery-item.gallery-wide img {
  max-height: 100%;
}

.pvpp-gallery-item.gallery-tall {
  grid-row: span 2;
  max-width: 350px;
}

.pvpp-gallery-item.gallery-tall img {
  max-height: none;
}

.pvpp-gallery-item .print-info {
  padding: 12px;
  font-size: 12px;
  color: #333;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .pvpp-gallery-tab {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    padding: 12px;
  }
  
  .pvpp-gallery-item .print-info {
    padding: 10px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .pvpp-gallery-tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
  }
}

.gallery-spinner {
  text-align: center;
  color: #555;
  font-size: 18px;
  margin-top: 20px;
}


/*===================================================================================
  Tabs Panel
===================================================================================*/

.bde-tabs__panel.js-panel {
  position: absolute;
  display: block;	
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.bde-tabs__panel.js-panel.is-active {
  position: static;
  opacity: 1;
  height: auto;
  overflow: visible;
  pointer-events: auto;
}


/*===================================================================================
  Tag Selector
===================================================================================*/

#cloudSelector .tag {
  display: inline-block;
  padding: 3px 7px;
  margin: 5px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}
#cloudSelector .tag.selected {
  background-color: #0589cb;
  border-color: rgba(0, 67, 123, 0.32);
}


/*===================================================================================
  Customer Uploads Misc
===================================================================================*/

.add-more-photos {
  color: #ffffff !important;
}


/*===================================================================================
  Loading Overlays, Modals & Confirmations
===================================================================================*/

.loading-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.spinner-container,
.confirm-container,
.gallery-choice-container {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}
.loading-message {
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.loading-ok-button {
  display: none;
  padding: 10px 30px;
  background: #3498db;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}
.loading-ok-button:hover {
  background: #2980b9;
}
.confirm-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.confirm-button {
  padding: 10px 25px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s, transform 0.1s;
}
.confirm-button:active {
  transform: scale(0.98);
}
.confirm-button.confirm {
  background: #e74c3c;
  color: #fff;
}
.confirm-button.confirm:hover {
  background: #c0392b;
}
.confirm-button.cancel {
  background: #95a5a6;
  color: #fff;
}
.confirm-button.cancel:hover {
  background: #7f8c8d;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/*===================================================================================
  Gallery Choice Container
===================================================================================*/

.gallery-choice-container {
  width: 100%;
  max-width: 500px;
}
.gallery-choice-container h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}
.gallery-choice-container p {
  color: #555;
  margin-bottom: 15px;
}
.gallery-choice-buttons {
  margin: 20px 0;
}
.gallery-choice-btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  width: 100%;
}
.gallery-choice-btn:active {
  transform: scale(0.98);
}
.new-gallery-btn {
  background: #19b698;
  color: #fff;
}
.new-gallery-btn:hover {
  background: #19b680;
}
.add-gallery-btn {
  background: #3498db;
  color: #fff;
}
.add-gallery-btn:hover {
  background: #2980b9;
}
.add-gallery-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.gallery-choice-separator {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.gallery-choice-separator::before,
.gallery-choice-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.gallery-choice-separator span {
  padding: 0 10px;
  color: #777;
  font-weight: bold;
}
.gallery-dropdown {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.existing-gallery-choice p {
  font-weight: bold;
  margin-top: 15px;
}
.gallery-choice-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #777;
  cursor: pointer;
}
.gallery-choice-close:hover {
  color: #333;
}


/*===================================================================================
  PVPP Modal
===================================================================================*/

.pvpp-modal {
  display: none !important;
}
.pvpp-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.pvpp-modal.active {
  display: block !important;
  position: relative;
  margin: 30px auto;
  width: 75%;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: pvppModalFadeIn 0.3s ease-out;
}
.pvpp-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
  z-index: 1;
}
.pvpp-modal-close:hover {
  color: #333;
}
.pvpp-modal-backdrop.active {
  display: flex;
}
@keyframes pvppModalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/*===================================================================================
  Sidebar Shopping Cart
===================================================================================*/

.pvpp-sidebar-lower-icon,
.bde-mini-cart-toggle {
    padding: 0px !important;
}

/* Apply only when viewport is 1024px wide or larger */
@media (min-width: 1024px) {
    .pvpp-sidebar-lower-icon,
    .bde-mini-cart-toggle {
        flex-direction: column-reverse;
    }
}

.pvpp-sidebar-lower-icon, .bde-mini-cart-toggle__counter {
	margin: 0px !important;
}



/*===================================================================================
  Library Page
===================================================================================*/
.add-new-gallery-button {
	color: #fff !important;
}

.pvpp-gallery-delete-select {
	margin-right: 15px;
}

.pvpp-galleries-heading {
	margin-bottom: 30px;
	font-size: 25px;
}



/*===================================================================================
  Help modal
===================================================================================*/

/* default: question visible, close + modal hidden */
.pvpp-help-question { 
	display: flex !important;
}

.pvpp-help-close, .pvpp-help-modal { 
	display: none !important; 
}

.pvpp-help-div {
	position: fixed; 
	bottom: 16px; 
	right: 16px;
	z-index: 9999;
}

/* when active, swap icons and show modal */
.pvpp-help-div.is-active .pvpp-help-question { 
	display: none !important; 
}

.pvpp-help-div.is-active .pvpp-help-close { 
	display: flex !important; 
}

.pvpp-help-modal.is-active { 
	display: flex !important; 
	flex-direction: column; 
	position: fixed; 
	right: 16px; 
	bottom: 85px;
	z-index: 9999;
}

/*===================================================================================
  Uppy modal
===================================================================================*/

.uppy-Dashboard-inner {
	height: 90% !important;
	width: 90% !important;
	z-index: 10000 !important;
}

.uppy-size--xl .uppy-Dashboard-Item {
	width: fit-content !important;
}

.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
	object-fit: contain !important;
}

.uppy-Dashboard-Item-name {
	max-width: 100px !important;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview {
	flex-grow: unset !important;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
	padding: unset !important;
}

.pvpp-uppy-logo {
  text-align: center;
  padding-top: 15px;
}

.uppy-StatusBar-actionBtn {
	color: #fff !important;
	background-color: #068acc !important;
}

.uppy-Dashboard--modal .uppy-Dashboard-overlay {
	z-index: 9999 !important;
}

/*===================================================================================
  Xootix Overrides
===================================================================================*/

img.xoo-el-head-img {
	display: flex !important;
    width: 300px !important;
}

.xoo-el-tabs .xoo-el-login-tgr {
	border-radius: 10px 0px 0px 10px !important;
}


.xoo-el-tabs .xoo-el-reg-tgr {
	border-radius: 0px 10px 10px 0px !important;
}

.xoo-el-form-popup .xoo-el-action-btn {
	height: auto !important;
    border: none !important;
    padding: 20px !important;
    border-radius: 10px !important;
}

.xoo-el-username-menu img.avatar, .xoo-el-firstname-menu img.avatar {
	display: none !important;
}


/*===================================================================================
  Pintura 
===================================================================================*/
.PinturaButtonExport {
	color: #fff !important;
	background-color: #19b698 !important;
}

.PinturaButtonExport:hover {
	background-color: #12987EFF !important;
}

.PinturaUtilPanel[data-util="filter"] [data-selected="true"] .PinturaFilterOption .PinturaFilterPreview::before {
	background-color: #fff !important;
	border: 4px solid blue !important;
}

.PinturaRoot button, .PinturaRoot fieldset, .PinturaRoot input, .PinturaRoot legend {
	font-weight: 800;
}
/* DARK MODE 
.pintura-editor {
    --color-background: 0, 0, 0 !important;
    --color-foreground: 255, 255, 255 !important;
}
*/


/*===================================================================================
  Custom Sidebar Menu Tooltips 
===================================================================================*/

.tooltip-icon {
  position: relative;
  display: flex;
}

.tooltip-icon::after,
.tooltip-icon::before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Tooltip hover logic only if hover-capable */
@media (hover: hover) and (pointer: fine) {
  /* ≥1024px layout */
  .tooltip-icon:hover::after,
  .bde-mini-cart:hover::after {
    content: attr(tooltip-title);
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(8px, -50%);
    background-color: #666363;
    color: #fff;
    font-weight: 700;
    padding: 8px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 99999999999999999999999999999999999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease;
  }

  /* ≤1023px layout adjustment for small windows (but only if hover-capable) */
  @media (max-width: 1023px) {
    .tooltip-icon:hover::after,
    .bde-mini-cart:hover::after {
      left: auto;
      right: 50%;
      top: 125%;
      transform: translate(8px, 10%);
    }
  }
}

/*===================================================================================
  Custom Icon Tooltips 
===================================================================================*/

.small-tooltip-icon {
  position: relative;
  display: flex;
}

.small-tooltip-icon::after,
.small-tooltip-icon::before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Tooltip hover logic only if hover-capable */
@media (hover: hover) and (pointer: fine) {
  .small-tooltip-icon:hover::after {
    content: attr(small-tooltip-title);
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #666363;
    color: #fff;
    font-weight: 700;
    padding: 8px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 99999999999999999999999999999999999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease;
  }
}

/*===================================================================================
  Notification Bars
===================================================================================*/

.breakdance .bde-notification-bar .ee-alertbox-icon {
	font-size: 40px !important;
}



/*===================================================================================
  Cleanup All below
===================================================================================*/ 




/*TEMP - ADD TO BUILDER*/
@media (min-width: 768px) {
body:not(.customer-upload-template-default):not(.woocommerce-account):not(.page-id-471):not(.page-id-1608) .pvpp-right-container {
	padding-right: 100px;
	padding-left: 100px;
}
}





.main-customer-upload-container-copy-1 ul.products li.product .button {
    color: #fff !important; /* Makes the text white */
}

.breakdance-woocommerce table.variations {
	background-color: #ddd;
	padding: 15px;
	border-radius: 10px;
}

.sib-default-btn {
	background-color: #00457c;
	color: #fff;
	padding: 14px;
	border-radius: 10px;
	font-family: Poppins;
	font-weight: 600;
	border: none;
}

.sib-email-area input{
	padding: 10px 25px 10px 25px;
	border-radius: 10px;
	border: none;
	width: 100%;
}

.woocommerce-Addresses h2, .woocommerce-EditAccountForm legend {
	font-size: 25px !important;
	font-weight: 500 !important;
}

.woocommerce-page.woocommerce-account .breakdance-woocommerce .col2-set {
	max-width: 100% !important;
}


@media (max-width: 1023px) {
/* Logged-out users */
body:not(.logged-in) .pvpp-sidebar-main {
	display: flex;
	flex-flow: column;
	margin-top:0px !important;
}
	}


.pvpp-no-upload-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #068acc;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
}

.pvpp-no-upload-button:hover {
    background-color: #005f8d;
}