/* Reset Default CSS */
h1,
h2,
h3,
h4,
h5,
p,
span,
strong {
  padding: 0;
  margin: 0;
}
/* Common CSS */
.quick-hidden {
  display: none;
}
td.stock-notification p,
.quick-cart-notification {
  color: red;
  font-size: 14px;
  margin-top: 10px;
}

/* Admin Dashboard CSS */
div#quickAdminTopInnerWrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.quick-variable-dashboard {
  padding: 10px;
  margin-top: 20px;
}
.quick-variable-dashboard h2 {
  background: #007cba;
  padding: 10px;
  border-radius: 3px;
  color: white;
}

/* license key section*/
#quickAdminTopInnerWrap .quick-selections .pro,
 .quick-selections .quickPro{
  display: none !important;
}

#quickVariableDesignWrap .quick-selections .pro,
.quick-selections .quickPro{
 display: none !important;
}
/* license key section end*/



#quickAuthenticateWrapper form {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
}
#quickAuthenticateWrapper form input[type="submit"] {
  background: #6033e7;
  color: #fff;
  border: none;
  cursor: pointer;
}

/*Help Image Show Start*/


#popup-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; /* Set display to none to hide initially */
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it's on top of other content */
}

.popup-content {
  position: relative;
  width: auto; /* Adjust width as needed */
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 25px;
}

.popup-content img {
  max-width: 100%; /* Ensure image does not overflow */
}

/*Help Image Show End*/

div#quickAuthenticateWrapper {
  /*margin-top: 27px;*/
}
.m-top{
  margin-top: 20px;
}
.quick-selections {
  margin-top: 20px;
}
.quick-selections h4 {
  /*margin-bottom: 15px;*/
  width: 100%;
  max-width: 300px;
}
.dashicons-lock{
  color: #6033E7;
}
.quick-selections-style h4{
  margin-bottom: 15px;
}

div.quick-selectors-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.quick-variable-dashboard .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin-right: 5px;
}

.quick-variable-dashboard .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.quick-variable-dashboard .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.quick-variable-dashboard .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.quick-variable-dashboard input:checked + .slider {
  background-color: #6033e7;
}

.quick-variable-dashboard input:focus + .slider {
  box-shadow: 0 0 1px #6033e7;
}

.quick-variable-dashboard input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.quick-variable-dashboard .slider.round {
  border-radius: 17px;
}
.quick-variable-dashboard .slider.round:before {
  border-radius: 50%;
}
#quickVariableDesignWrap {
  margin-top: 50px;
}
.quick-variable-dashboard input {
  max-width: 300px;
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #8c8f94;
  padding: 0 8px;
  line-height: 2;
  min-height: 30px;
}
.quick-variable-dashboard input:focus {
  border-color: #6033e7;
  box-shadow: 0 0 0 1px #6033e7;
  outline: 2px solid transparent;
}
#quickVariableDesignWrap .quick-selections h4 span,
#quickSwitchesWrapper .quick-selections span.quickPro,
#quickSwitchesWrapper .quick-selections h4 span,
#quickSwitchesWrapper .quick-selections label span,
div#quickVariableDesignWrap .quick-selections label span {
  /*color: red;*/
}

/* Setting Save Button CSS */
.quick-add-to-cart,
.quick-variable-dashboard .buttonload {
  background-color: #6033e7;
  border: none;
  color: white;
  padding: 12px 22px;
  font-size: 14px;
  margin-top: 30px;
  border-radius: 5px;
  cursor: pointer;
}
button.quick-add-to-cart {
  margin-top: 0px;
  padding: 0px 20px;
  font-size: 13px;
  min-height: 40px;
}
/*.quick-add-to-cart i.fa,*/
/*.quick-variable-dashboard .buttonload i.fa {*/
/*  margin-left: -12px;*/
/*  margin-right: 8px;*/
/*}*/

/*Shop page*/

.quick-add-to-cart-shop-page,
.quick-variable-dashboard .buttonload {
  background-color: #6033e7;
  border: none;
  color: white;
  padding: 12px 22px;
  font-size: 14px;
  margin-top: 30px;
  border-radius: 5px;
  cursor: pointer;
}
button.quick-add-to-cart-shop-page {
  margin-top: 0px;
  padding: 0px 20px;
  font-size: 13px;
  min-height: 40px;
}
/*.quick-add-to-cart-shop-page i.fa,*/
/*.quick-variable-dashboard .buttonload i.fa {*/
/*  margin-left: -12px;*/
/*  margin-right: 8px;*/
/*}*/


/*Quick attribute select start*/

.quick-attribute-select{
  border-radius: 3px;
  outline: none !important;
}

/*Quick attribute select end*/



/*.quick-add-to-cart-shop-page:hover{*/
/* background-color: #045CB4;*/
/*  color: black;*/
/*  border-radius: 5px;*/
/*}*/

/* Admin Notification CSS */
.quick-variable-dashboard .alert {
  margin-top: 20px;
  padding: 20px;
  color: white;
}

.quick-variable-tooltip .closebtn,
.quick-variable-dashboard .closebtn {
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.quick-variable-tooltip .closebtn {
  color: #0000004a;
  position: absolute;
  right: 15px;
}
.quick-variable-tooltip .closebtn:hover,
.quick-variable-dashboard .closebtn:hover {
  color: #949494;
}

/* Variable Slick Slider CSS */
.quick-slide-variable {
  padding: 0 3px;
}
.slick-list .quick-slide-variable.slick-slide:focus {
  outline: none !important;
}
.quick-slide-variable img {
  border-radius: 5px;
}
.quick-slide-variable span {
  font-size: 12px;
}
.quick-variable-slide {
  margin-bottom: 5px;
}
.quick-variable-slide button.slick-custom-arrow.slick-next.slick-arrow,
.quick-variable-slide button.slick-custom-arrow.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  background: #000000;
  border: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
}

.quick-variable-slide button.slick-custom-arrow.slick-next.slick-arrow {
  left: unset;
  right: -22px;
}
.quick-variable-slide button.slick-custom-arrow.slick-next.slick-arrow i {
  margin-left: 1px;
}
.quick-variable-slide button.slick-custom-arrow.slick-prev.slick-arrow i {
  margin-left: -2px;
}

/* Variable Tooltip CSS */
.quick-variable-tooltip {
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1000;
  max-width: 280px;
  min-width: 280px;
  padding: 10px;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}
#quick-product-details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
}
.quick-variable-tooltip.tooltiptext h4,
.quick-variable-tooltip.tooltiptext p {
  margin: 0;
  padding: 0;
  line-height: 25px;
}
.quick-variable-tooltip.tooltiptext p strong {
  display: inline !important;
}
.quick-variable-tooltip .variableThumb {
  width: 100%;
}
.quick-variable-tooltip p.variable-short-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
.quick-variable-tooltip p.variable-short-desc.quick-hidden {
  display: none !important;
}
.quick-tooltip-position-bottom {
  top: 80%;
}
/* Styling for the slick track and slide */
.slick-track {
  position: relative;
}

.quick-slide-variable {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Quick Variable Quantity Button CSS */
.quick-quantity-container {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.quick-quantity-increase,
.quick-quantity-decrease {
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
}
.quick-quantity-container input.quick-quantity-input {
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 5px !important;
  outline: none !important;
}

.variation-table-search{
  width: 200px;
  max-width: 200px;
  max-height: 40px;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 5px !important;
  outline: none !important;
}

.quick-quantity-increase:focus,
.quick-quantity-decrease:focus {
  outline: none;
}

/* Variable Table Single page */

.template-one-table{
  width: 100%;
  display: block;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.template-two-table{
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  margin-bottom: 20px;
}

#quick-variable-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  min-width: max-content;
}

#quick-variable-table td,
#quick-variable-table th {
  padding: 4px;
  text-transform: capitalize;
  text-align: center; /* Horizontally center the content */
  vertical-align: middle; /* Vertically center the content */
}
#quick-variable-table td img {
  max-width: 80px;
  display: block; /* Ensures the image is treated as a block element */
  margin: 0 auto; /* Center the image inside the cell */
}
/*#quick-variable-table th {*/
/*  padding-top: 12px;*/
/*  padding-bottom: 12px;*/
/*  text-align: left;*/
/*}*/


.template-one-table #loading-spinner-pagination-table {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.template-two-table #loading-spinner-pagination-table {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.template-one-table {
  position: relative;
}

#prevPage:disabled , #nextPage:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#quick-variable-list {
  position: relative;
}
.variation-list-template-one , .variation-list-template-two{
  margin-bottom: 7px;
}

#loading-spinner-pagination-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}


/* Responsive CSS */
@media (min-width: 768px) {
  /*li.product {*/
  /*  position: relative;*/
  /*  max-width: 250px;*/
  /*}*/
  .quick-tooltip-position-left {
    left: 0;
    margin-left: -320px;
    transform: translateX(0);
  }
  .quick-tooltip-position-right {
    left: 100%;
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .quick-variable-tooltip {
    left: 0;
    transform: none;
  }
  div#quickAdminTopInnerWrap,
  #quickAuthenticateWrapper form {
    flex-direction: column;
  }
  .quick-variable-dashboard {
    padding: 40px 20px;
  }
}




/*Tab start*/

/* Style the tab */
* {box-sizing: border-box}

/* Style the tab */
.tab {
  float: left;
  background-color: #f1f1f1;
  width: 17%;
  padding-right: 10px;
  margin-top: 1rem;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.varimo-tabcontent-org {
  float: left;
  padding:12px;
  width: 82%;
  background-color: #F9FAFF;
  border-radius: 10px;
}
/*Tab end*/

/* Help Button Design Start*/

.variation-cart-carousel-setting-help{
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  background-color: #6033E7;
  width: 24px;
  height: 24px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Help Button Design End*/


/*Mobile version table design start*/


#mobile-quick-variable-table {
  display: flex;
  flex-direction: column;
  gap: 15px; /* Space between cards */
  align-items: center; /* Center align cards horizontally */
}

.mobile-variation-card-template-1-design {
  display: flex;
  flex-direction: column;
  gap: 10px; /* Space between rows */
  align-items: center; /* Center align content horizontally */
  padding: 15px;
  border: 1px solid #ddd; /* Optional styling for card border */
  border-radius: 8px; /* Optional styling for rounded corners */
  width: 90%; /* Adjust as needed */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

.mobile-variation-row {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  width: 100%; /* Make rows stretch to card width */
  text-align: center; /* Center inline content like text */
}

.quick-quantity-container {
  display: flex;
  justify-content: center; /* Center buttons horizontally */
  align-items: center; /* Align buttons vertically */
  gap: 5px; /* Space between buttons and input */
}

.quick-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #0073aa; /* WooCommerce default button color */
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  outline: none !important;
}

.quick-add-to-cart:hover {
  background-color: #005a8c;
}

.stock-notification p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #f00;
}


/*Mobile version table design end*/

.mobile-variation-card-template-2-design{
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px; /* Space between rows */
  align-items: center; /* Center align content horizontally */
  padding: 15px;
  border: 1px solid #ddd; /* Optional styling for card border */
  border-radius: 8px; /* Optional styling for rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow */
}


.text-ellipsis {
  white-space: nowrap; /* Prevents the text from wrapping to the next line */
  overflow: hidden; /* Ensures overflowed content is hidden */
  text-overflow: ellipsis; /* Displays the ellipsis (...) */
}


.mobile-variation-card-row-template-4{
  align-items: center; /* Center align content horizontally */
  padding: 15px;
  border: 1px solid #ddd; /* Optional styling for card border */
  border-radius: 8px; /* Optional styling for rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

/*Table Bulk Add to Cart Start*/

/*Table Bulk Add to Cart End*/

/*Close button design start*/

.close-design , .close-design-variation-table-template{
  color: white;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}

/*Close button design end*/

.variation-gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.variation-gallery-item {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  background-color: #fff;
  cursor: move;
  display: flex;
  justify-content: center;
  align-items: center;
}

.variation-gallery-item img {
  max-width: 100%;
  max-height: 100%;
}

.variation-gallery-remove {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 15px;
  height: 15px;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.variation-gallery-remove-btn{
  margin-bottom: 2px;

}

.variation-gallery-remove:hover {
  background: #d32f2f;
}

.sortable-placeholder {
  background: #f4f4f4;
  border: 1px dashed #ccc;
  width: 60px;
  height: 60px;
  visibility: visible;
  opacity: 0.5;
}



/*Single product page variation select button start*/

.custom-wc-buttons {
  display: flex;
  gap: 10px;
}

.custom-button {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
}

/*Single product page variation select button end*/

/*Single product page variation select color and Images start*/

.custom-wc-images {
  display: flex;
  gap: 10px;
}

.custom-image-button {
  outline: none;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  background-color: #eae8e8;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-image-button img {
  object-fit: cover;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.custom-wc-colors {
  display: flex;
  gap: 10px;
}

.custom-color-button {
  background-color: #eae8e8;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.custom-color-button .color-label {
  display: none;
}

.custom-wc-images .term-name {
  color: #333;
  white-space: nowrap;
}

.custom-wc-colors .term-name{
  color: #333;
  white-space: nowrap;
}


/*Single product page variation select color and Images end*/

/*Tooltip Start*/

.custom-tooltip {
  position: absolute;
  display: none; /* Initially hidden */
  width: 120px;
  /*background-color: black;*/
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  z-index: 1;
}

.custom-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}

/* For tooltips with images */
.custom-tooltip.has-image {
  padding: 0;
  width: auto;
  max-width: 200px;
}

.custom-tooltip.has-image .tooltip-text {
  padding: 5px 10px;
  border-radius: 0 0 6px 6px;
}


/*Tooltip End*/

label {
  font-weight: bold;
  transition: color 0.3s ease;
}

label:hover {
  color: #0071a1;
}

/* Cross sign on disabled buttons */
.custom-button.disabled-option::before,
.custom-color-button.disabled-option::before,
.custom-image-button.disabled-option::before {
  content: '\2573';
  font-size: 18px;
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}



/* Optional: Style for disabled options */
.custom-button.disabled-option,
.custom-color-button.disabled-option,
.custom-image-button.disabled-option {
  position: relative;
  cursor: not-allowed;
}

.disabled-option {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

/*Radio*/

.custom-wc-variations input[type=radio] {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

/* Add blue fill when selected */


.custom-wc-variations input[type=radio].selected::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0073e6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Style the label next to radio */
.custom-wc-variations label {
  font-size: 16px;
  cursor: pointer;
  vertical-align: middle;
}



/*Table Template 2 Design Start*/

.table-template2-details-section{
  padding: 20px !important;
  text-align: center !important;
  display: flex !important;
  background-color: #ffffff !important;
  width: 70% !important;
  align-items: center !important;
  gap: 30px !important;
}

.table-template2-cart-section{
  width:30% !important;
  background-color: #FBFBFB !important;
}
.table-template2{
  background-color: black !important;
}

/*Table Template 2 Design End*/

.custom-button, .custom-image-button, .custom-color-button{
  outline: none !important;
}


.bulk-add-to-cart:disabled {
  cursor: progress;
  opacity: 0.7;
}

.quick-add-to-cart:disabled {
  cursor: progress;
  opacity: 0.7;
}

.quick-add-to-cart-shop-page:disabled {
  cursor: progress;
  opacity: 0.7;
}

._show_in_archive_page_field {
  display: flex;
  gap:4px;
}
#_show_in_archive_page{
  margin-top: 4px;
}

/*Archive Page Add to Cart CSS*/

.spinner-quick-cart-archive , .archive-checkmark{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.checkmark {
  font-size: 24px;
  color: green;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadeIn 2s forwards;  /* Add fade-in animation */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.spinner-archive {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spinner-quick-cart-archive , .archive-checkmark{
  animation: none !important;
}


.toggle-icon:hover {
  color: #007CBA;
}



/* Support section for admin panel*/

.quick-support-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.quick-support-wrapper h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #333;
  text-align: center;
}

.container-for-support {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.grid-support {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Auto grid with min-width */
  gap: 20px; /* Space between items */
  width: 100%;
}

.support-item {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.support-item strong {
  font-size: 18px;
  color: #333;
  display: block;
  margin-bottom: 8px;
}

.support-item a {
  color: #0073aa;
  font-weight: bold;
  text-decoration: none;
}

.support-item a:hover {
  color: #00a0d2;
  text-decoration: underline;
}

.support-item p {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  line-height: 1.5;
}


/* Review Notices Styles  */

.qvt_review_notices {
  padding: 7px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/*.qvt_review_notices span.logo {*/
/*  display: inline-block;*/
/*  width: 150px;*/
/*}*/

.qvt_review_notices span.logo > img {
  width: 70px;
}
.right_contes li:first-child{
  font-size: 15px;
  line-height: 1.5;
}
.qvt_review_notices li.button_wrap{
  display: flex;
  align-items: center;
  gap: 10px;
}
.qvt_review_notices li.button_wrap > a,
.qvt_review_notices li.button_wrap > button {
  padding: 7px 10px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #2271b1;
  border-radius: 3px;
  outline: none;
  color: #043959;
  box-shadow: none;
  background: #fff;
  cursor: pointer;
}
.qvt_review_notices li.button_wrap > a:first-child {
  background: #043959;
  color: #fff;
}
.qvt_review_notices li.button_wrap > a:focus {
  outline: none;
  box-shadow: none;
}

.nav-tab-wrapper > a,
.nav-tab-wrapper > button{
  cursor: pointer;
}



/* Slick Slider Start*/
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Slick Slider End*/


/* Popup in shop page start */

.quick-add-to-cart-shop-page.loading .fa-cart-plus,
.quick-add-to-cart-shop-page.loading span {
  display: none; /* Hide the default icon and text when loading */
}

/* table Style Start*/


.modal {
  display: none;
  position: fixed;
  z-index: 9999999999999999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  text-align: center;
  margin: auto;
  position: relative;
  margin-top: 10%;
}

.close-modal {
  position: absolute;
  top: 1px;
  right: 8px;
  font-size: 30px;
  cursor: pointer;
}

.load-more-description {
  color: #0071a1;
  text-decoration: underline;
  cursor: pointer;
}

.description-container {
  max-width: 400px; /* Adjust width to your layout */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.5em;
}

.load-more-description {
  color: #0071a1;
  text-decoration: underline;
  cursor: pointer;
}

.dashicons {
  transition: color 0.2s ease-in-out;
}

/* Popup container */
.popup-container {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

/* Popup content (image wrapper) */
.popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  border: 5px solid white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 25px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 1010;
}

.close-btn:hover{
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #333333;
}

.quick-add-to-cart.loading .fa-cart-plus,
.quick-add-to-cart.loading span {
  display: none;
}


.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
}

.lightbox-nav:hover {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #333333;
}

.lightbox-nav.prev {
  left: 10px;
}

.lightbox-nav.next {
  right: 10px;
}

/* Table Style End */

/*Dashboard Style Start*/

.quick-selections input[type="radio"] {
  appearance: none; /* Remove default browser styling */
  -webkit-appearance: none; /* For Safari */
  min-width: 10px; /* Smaller size */
  min-height: 10px;
  border: 2px solid #ccc; /* Border for unselected state */
  border-radius: 50%; /* Keep it circular */
  outline: none; /* Remove outline on focus */
  margin: 0;
  cursor: pointer;
  transition: 0.3s; /* Smooth hover/focus effects */
}

.quick-selections input[type="radio"]:checked {
  border-color: #007bff; /* Border color when selected */
  background-color: #007bff; /* Background color for selected state */
}

.quick-selections input[type="radio"]:hover {
  border-color: #007bff; /* Hover effect */
}

.quick-selections .icon-design label {
  display: flex;
  align-items: center;
  gap: 6px; /* Adjust spacing between icon and radio button */
  font-size: 18px; /* Adjust font size */
  cursor: pointer;
}

/* Tooltip container styling */
.redirect-single-page-help , .discount-badge {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: black !important;
  background-color: lightgrey;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height:12px;
}

/* Tooltip text */
.redirect-single-page-help::after , .discount-badge::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%; /* Position the tooltip above the element */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 9999;
}

/* Show tooltip on hover */
.redirect-single-page-help:hover::after , .discount-badge:hover::after{
  opacity: 1;
  visibility: visible;
}

/*Dashboard Style End */