/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.lms-container {
  display: flex;
  gap: 20px;
  margin-top: 6rem;
}

.lms-product-thumbs {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-right: 16px;
}

.lms-product-thumbs .lms-sub-thumbs {
  width: 92.5px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
}

.lms-sub-thumbs.active {
  border: 1px solid #ff4e00;
}

.lms-sub-thumbs:hover {
  border-color: rgb(34, 51, 119);
}

.lms-sub-thumbs:active {
  border-color: rgb(34, 51, 119);
  transition: border-color 0.2s ease-in-out;
}

.lms-content-left {
  width: 65%;
  display: flex;
  row-gap: 12px;
  justify-content: space-between;
}

.lms-content-right {
  position: relative;
  width: 35%;
  text-align: left;
  height: 600px;
  overflow: auto;
}

.lms-buttons-right-section {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  gap: 10px;
}

.product-image-container {
  width: 90%;
}

.lms-content-right h2 {
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.lms-wc-image-container {
  width: 100%;
  height: 600px;
  border: 1px solid #eeeeee;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#product-catalogue-popup {
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  border-radius: 4px;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024,
    0 9px 46px 8px #0000001f;
  width: 90%;
  height: 80%;
}

#design-name-popup,
#lms-login-popup {
  display: none;
  width: 390px !important;
}

#color-popup {
  overflow-y: scroll;
  scrollbar-width: thin;
  /* For Firefox */
}

/* For WebKit browsers (Chrome, Safari) */
#color-popup::-webkit-scrollbar {
  width: 6px;
  /* Set the width of the scrollbar */
}

#color-popup::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Set the color of the thumb */
}

#design-method-popup,
#disclaimer-popup,
#quantity-popup,
#color-popup,
#design-name-popup,
#lms-login-popup,
#lms-notification-popup {
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  border-radius: 4px;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024,
    0 9px 46px 8px #0000001f;
  width: 350px;
  height: auto;
  padding: 20px;
  text-align: left;
}

#lms-login-popup {
  padding: 40px !important;
  width: 490px !important;
}

#lms-login-popup .lms-login-popup-header {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 0 !important;
  margin-bottom: 16px;
}

#lms-login-popup .lms-login-popup-header h5 {
  color: #2277cc;
  font-size: 3rem;
  padding: 0;
  margin-bottom: 0;
}

#lms-login-popup .lms-login-popup-header #lmsRegisterBtn {
  margin: 0;
  padding: 0;
}

#quantity-popup,
#color-popup {
  height: auto;
  max-height: 80vh !important;
  overflow: scroll;
  overflow-x: clip;
  overflow-y: auto;
  width: max-content;
}

#vendor-quantity-popup {
  background-color: rgb(0 0 0 / 53%);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

#vendor-quantity-popup .quantity-content,
#vendor-confirmation-popup .confirmation-content {
  background-color: white;
  margin: 100px 35%;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024,
    0 9px 46px 8px #0000001f;
  height: auto;
  max-height: 80vh;
  overflow: scroll;
  overflow-x: clip;
  overflow-y: auto;
  width: max-content;
}

#vendor-confirmation-popup {
  background-color: rgb(0 0 0 / 53%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  align-items: center;
  display: none;
  text-align-last: center;
}

.close-quantity-popup {
  cursor: pointer;
  font-weight: bold;
  float: right;
  /* margin: -42px -42px 0px 0px; */
  color: rgb(34, 51, 119);
  background-color: white;
  border-radius: 50px;
  padding: 0px 8px 0px 8px;
  z-index: 99999999999;
  position: absolute;
  right: 0;
  top: 0;
}

#color-picker #hexInput {
  border: 1px solid #eaeaea;
  padding: 8px;
  height: 30px;
}

#selected-color-container .back-btn-cont {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

#selected-color-container h5 {
  margin: 0;
}

#selected-color-container .selected-color-cont {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#selected-color-container {
  margin-bottom: 10px;
}

.lms-image-popup {
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  border-radius: 4px;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024,
    0 9px 46px 8px #0000001f;
}

.lms-image-popup-overlay {
  display: none;
}

.lms-image-popup-overlay>div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lms-image-popup-overlay>div>img {
  max-width: 30px;
}

.popup-body {
  display: flex;
  gap: 30px;
  width: 800px;
  height: auto;
  padding: 30px;
}

.popup-image-container,
.popup-options {
  width: 50%;
}

.popup-options {
  text-align-last: start;
}

.popup-options>div>h3 {
  font-size: 2rem;
  font-weight: 600;
}

.popup-options>div>p {
  text-align: justify;
}

p.radio-para {
  font-size: 11px;
  font-weight: lighter;
  margin-left: 23px;
  color: #999999;
}

.popup-buttons {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid #eeeeee;
  justify-content: space-between;
  align-items: center;
}

.popup-buttons>div {
  display: flex;
  margin-left: auto;
}

#selected-color-container .selected-color-cont .color-choose-btn {
  padding: 0px 15px;
  font-size: 11px;
  height: 30px;
}

#color-picker .tabcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
  display: none;
}

#color-picker .tab button {
  background-color: #ccc;
  margin-bottom: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 40px;
  transition: 0.3s;
}

#color-picker .tab button:first-child {
  border-radius: 5px 0px 0px 5px;
}

#color-picker .tab button:last-child {
  border-radius: 0px 5px 5px 0px;
}

#color-picker .tab {
  display: flex;
  align-content: center;
  justify-content: center;
}

#color-picker .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
#color-picker .tab button.active {
  background-color: #27c;
  color: #fff;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#cancelBtn,
#saveNameCancelBtn,
#lmsRegisterBtn,
#lmsRegisterBtn2,
#lmsLoginCancelBtn {
  margin-left: auto;
  margin-right: 10px;
  background: none;
  border: none;
  color: rgb(34, 51, 119);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

#lmsLoginCancelBtn {
  position: absolute;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  outline: none;
  top: 0;
  right: -11px;
}

button#lmsLoginCancelBtn::before,
button#lmsLoginCancelBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #0e4b89;
}

button#lmsLoginCancelBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

button#lmsLoginCancelBtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#goToStore,
#backToHome {
  padding: 10px 20px !important;
}


#saveBtn,
#saveVendorBtn,
#storeBtn,
#colorBtn,
#quantityBtn,
#goToStore,
#backToHome {
  cursor: pointer;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  background: rgb(34, 51, 119);
  border: none;
  color: white;
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
  font-size: 14px;
  font-weight: 600;
}

#myArtBtn,
#saveDesignBtn {
  cursor: pointer;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  background: white;
  border: 2px solid rgb(34, 51, 119);
  color: rgb(34, 51, 119);
  font-size: 14px;
  font-weight: 600;
}

.my-saved-art>p:first-child {
  font-weight: 600;
  margin-bottom: 0;
}

.saved-arts {
  padding: 5px;
  width: fit-content;
  border: 1px solid lightgray;
  border-radius: 2px;
}

.saved-arts img {
  width: 116px;
}

#saved-arts {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#myArtDiv>p:first-child {
  cursor: pointer;
  font-weight: 600;
}

#myArtDiv>p>img {
  height: 20px;
  width: 20px;
  margin-right: 20px;
}

#designMethodBtn,
#disclaimerBtn {
  margin-top: 25px;
  width: 100%;
}

#finishBtn,
#cartBtn,
#continueBtn,
#designMethodBtn,
#disclaimerBtn,
#designNameBtn,
#lmsLoginBtn,
#lmsLoginBtn2,
.notificationOk {
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  color: white;
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
  font-size: 14px;
  font-weight: 600;
}

.login2-buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 20px;
}

#finishBtn.disabled,
#continueBtn.disabled,
#designMethodBtn.disabled,
#cartBtn.disabled,
#designNameBtn.disabled,
#lmsLoginBtn.disabled,
#lmsLoginBtn2.disabled {
  cursor: not-allowed;
  background: rgb(34 51 119 / 48%);
}

#finishBtn.active,
#continueBtn.active,
#designMethodBtn.active,
#disclaimerBtn.active,
#cartBtn.active,
#designNameBtn.active,
#lmsLoginBtn.active,
#lmsLoginBtn2.active,
.notificationOk.active {
  cursor: pointer;
  background: rgb(34, 51, 119);
}

#lmsLoginBtn.active {
  display: block;
  background: #2277cc;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #2277cc;
  box-shadow: none;
  margin-top: 16px;
}

#saveBtn,
#saveVendorBtn,
#storeBtn,
#quantityBtn,
#saveDesignBtn {
  display: none;
}

.save-and-add-to-cart {
  text-align: right;
  text-align: -webkit-right;
  margin-top: -37px;
}

#cartBtn>img,
#quantityBtn>img,
#saveBtn>img,
#saveVendorBtn>img {
  max-width: 32px;
  margin-right: 8px;
  vertical-align: top;
}

#storeBtn>img {
  max-width: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

#finishBtn {
  display: none;
}

#backBtn,
.backBtn {
  display: none;
  margin-right: -4px;
  background: none;
  border: none;
  color: rgb(34, 51, 119);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

#backBtn>img,
.backBtn>img {
  width: 17px;
  vertical-align: bottom;
  margin-right: 10px;
}

#remove-white {
  padding-right: 30px;
}

#change-color {
  display: none;
}

#color-profile,
#design-method {
  max-width: 100%;
  border: 1px solid #d9d9d9;
}

#design-name,
#login-email,
#lms_login-email,
#login-pass,
#lms_login-pass,
#login-email2,
#login-pass2 {
  color: #053360;
  border: 1px solid #b9d4ef;
  background: #fff;
  border-radius: 3px;
  display: block;
  width: 100%;
  min-height: 4.5rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  box-shadow: none;
  outline: 0;
}

#lms-login-popup>div:first-child {
  margin-top: 20px;
  display: inline-block;
}

.saved-art-delete-button {
  position: absolute;
  margin-left: -19px;
  font-size: 10px;
  padding: 2px 4px;
}

#design-name-popup>div,
#lms-login-popup>div:last-child {
  float: right;
  margin-top: 16px;
}

#design-name-popup>h5,
#lms-login-popup>h5 {
  color: #2277cc;
  font-size: 3rem;
  padding: 0;
  margin-bottom: 0;
}

#color-profile option {
  padding: 10px;
  line-height: 2;
}

.popup-image-container {
  height: 362px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup-preloader {
  width: 70px;
  z-index: 99999;
  display: none;
  position: fixed;
}

.popup-image-container>img {
  max-width: 100%;
  padding: 20px;
}

input[type="radio"] {
  width: 14px !important;
  height: 14px !important;
  text-align-last: center !important;
  accent-color: rgb(34, 51, 119);
}

#fetched-colors {
  height: 180px;
  overflow: auto;
}

.lms-content-right ul {
  padding: 0;
}

.lms-content-right ul li {
  list-style-type: none;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #eeeeee;
  display: flex;
  margin-bottom: 1rem;
  padding: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lms-image-upload>img:first-child {
  height: 24px;
  width: 24px;
  margin-right: 20px;
}

.lms-image-upload>img:nth-child(3) {
  height: 16px;
  width: 16px;
  margin-left: auto;
}

.lms-file-upload>p:first-child {
  cursor: pointer;
  font-weight: 600;
}

.lms-file-upload>p>img {
  height: 20px;
  width: 20px;
  margin-right: 20px;
}

#customImage {
  cursor: default;
}

.modified-thumbnail {
  align-items: center;
  border-bottom: 2px solid #eeeeee;
  display: flex;
  margin-bottom: 1rem;
  padding: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.modified-thumbnail>div {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background-image: url(https://logomyhats.com/wp-content/plugins/lms-designer/public/partials/images/block-pattern.png);
  border: 1px solid lightgray;
  border-radius: 2px;
}

.modified-thumbnail>div>img:first-child {
  padding: 3px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.modified-thumbnail>img:nth-child(3) {
  height: 16px;
  width: 16px;
  margin-left: auto;
  cursor: pointer;
}

.modified-thumbnail>img:nth-child(4) {
  height: 16px;
  width: 16px;
  margin-left: 15px;
  cursor: pointer;
}

#uploadDiv {
  display: block;
  cursor: pointer;
}

#fileDiv,
#customImage {
  display: none;
}

.lms-upload-limit {
  display: flex;
  gap: 10px;
}

.lms-upload-limit>div {
  width: 50%;
}

.lms-upload-limit>div>p:first-child {
  font-weight: 600;
  margin-bottom: 0;
}

.lms-upload-limit>div>p:nth-child(2) {
  font-size: 12px;
}

.lms-file-select {
  background: #f5f5f5;
  border: 2px dashed #d0d0d0;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  position: relative;
  text-align-last: center;
}

.lms-file-select>button {
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
  cursor: pointer;
  border: none;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: white;
}

.lms-file-select+p {
  font-size: 11px;
}

/*header,
footer {
  display: none;
}*/

.wcfm_ele_wrapper {
  display: none !important;
}

.lms-quantity-table th,
.lms-quantity-table td {
  border: 1px solid #e9e9e9;
  text-align: center;
  text-transform: uppercase;
}

.lms-quantity-table td>input {
  text-align: center;
}

.lms-quantity-table td:first-child,
.lms-quantity-table th:first-child {
  padding-left: 10px;
  width: 36%;
  text-transform: uppercase;
}

ul.wc-item-meta li:nth-child(3),
ul.wc-item-meta li:nth-child(4) {
  display: none;
}

.login-as-user,
.login-as-user-msg {
  display: none;
}

body.logged-in .login-as-user {
  display: block;
}

.product_title.entry-title:after {
  display: none;
}

button[type="submit"].single_add_to_cart_button {
  display: none;
}

.design-now-button {
  border-radius: 3px !important;
}

.lms-modify-print-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lms-modify-print-type select {
  width: 170px;
}

/* NEW CART PAGE */
.cart_item .cart-combined-price.lms-checkout-combined td,
.woocommerce-order-details .cart-combined-price.lms-checkout-combined td {
  margin: 0;
  padding: 5px 5px 5px 0;
  border: none;
}

.cart_item .cart-combined-price.lms-checkout-combined,
.woocommerce-order-details .cart-combined-price.lms-checkout-combined {
  margin-top: 10px;
}

.cart-combined-price {
  width: auto;
}

.cart-combined-price tr td {
  border: none;
  padding: 3px 5px;
}

.cart-combined-price td.uppr {
  text-transform: uppercase;
}

.lms-cart-main {
  display: flex;

  flex-direction: column;
  row-gap: 20px;
}

.lms-cart-main .lms-total-and-quantity .change-qty {
  margin-top: 20px;
}

.lms-cart-main .lms-cart-main-inner .change-qty .btn {
  padding: 5px 10px;
  font-size: 12px;
  text-transform: capitalize;
}

.lms-cart-main .lms-cart-main-inner {
  display: flex;
  column-gap: 20px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 15px;
  justify-content: space-between;
}

.lms-cart-main .product-name,
.lms-cart-main .lms-total-and-quantity .product-subtotal {
  font-weight: bold;
}

.lms-cart-main .lms-total-and-quantity {
  text-align: center;
}

.lms-cart-main .lms-each-items p {
  margin: 0;
  width: 165px;
}

.lms-each-items .inline-items {
  display: flex;
  column-gap: 4px;
  justify-content: flex-start;
}

.lms-each-items .inline-items>span {
  /* width: 50px; */
}

.lms-each-items .title_width {
  width: 23px;
  text-align: center;
  text-transform: uppercase;
}

.lms-each-items .qty-width {
  width: 33px;
  text-align: center;
}

/* Your existing styles for the "original" and "preview" divs */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  /* Make sure it's above other elements */
  display: none;
}

/* Your existing styles for the "original" div */

#mirror {
  pointer-events: none;
  /* Prevent the mirror div from capturing mouse events */
  /*transform: scale(0.30);  Scale the mirror view to 1/4 size */
}

#mirror>.resizable-draggable>.resize-handle {
  display: none !important;
}

.woocommerce-order-details tfoot tr:last-child td {
  font-size: var(--rio-body-font-size) !important;
  font-weight: 600 !important;
  color: var(--rio-body-color) !important;
}

.row>.col-md-6.mb-4:last-child,
.woocommerce-MyAccount-navigation ul li:nth-child(+ 2),
.reset-variation-cont {
  display: none !important;
}

.product-media {
  min-height: 419px;
  border: 1px solid #e1e1e1;
}

#menu-item-279957 {
  display: none;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-p-o {
  width: 100px !important;
}

.woocommerce-MyAccount-navigation-link--orders:after {
  right: 0px;
}

.woocommerce-MyAccount-navigation-link--orders:before {
  right: 10px;
}

.wcfm-collapse-content>.wcfm-container.wcfm-top-element-container,
#wcfm_menu,
.wcfm-page-headig {
  display: none;
}

input.wcfmSaveBtn {
  position: absolute;
  top: 15px;
  left: 128px;
  border-radius: 3px !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  text-transform: capitalize !important;
  line-height: 0.65 !important;
}

th.woocommerce-orders-table__header-order-number.tablesorter-header,
th.woocommerce-orders-table__header-notify.tablesorter-header,
th.woocommerce-orders-table__header-order-date.tablesorter-header,
th.woocommerce-orders-table__header-p-o.tablesorter-header,
th.woocommerce-orders-table__header-order-status.tablesorter-header,
th.woocommerce-orders-table__header-goods-status.tablesorter-header,
th.woocommerce-orders-table__header-order-total.tablesorter-header,
th.woocommerce-orders-table__header-order-actions.tablesorter-header {
  background-image: none !important;
  pointer-events: none !important;
}

.tablesorter-default {
  font: inherit !important;
}

a.woocommerce-button.button.btn.btn-link.btn-underline.btn-icon-before {
  text-transform: capitalize;
  font-size: smaller;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions>.action-pipe:last-child {
  display: none;
}

/* personalization */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #2277cc;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#lms-text-filed {
  border: 1px solid #d7d7d7;
  width: 170px;
  height: 37px;
  border-radius: 4px;
  padding: 0 15px;
}

.lms-toggle-show-hide {
  float: right;
  margin-top: 20px;
}

.lms-th {
  border: none;
}

.cart-combined-price {
  margin-bottom: 0 !important;
}

.lms-cart-combined-price {
  width: auto;
  padding: 0;
}

.lms-cart-combined-price td {
  width: auto;
  padding: 0;
}

.lms-personalization-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* personalization */

.lms-bulk-price-table,
.lms-bulk-fixed-price-table {
  position: absolute;
  right: 0;
  width: 50%;
}

.lms-bulk-price-table td,
.lms-bulk-fixed-price-table td {
  padding: 5px;
  text-align: center;
  border: 1px solid #e9e9e9;
}

.lms-bulk-price-table thead td,
.lms-bulk-fixed-price-table thead td {
  font-weight: 600;
  padding: 9px 0 9px 0;
}

.product-single>.woocommerce-tabs {
  margin-top: 24rem !important;
}

.fixed .lms-bulk-price-table,
.fixed .lms-bulk-fixed-price-table {
  display: none !important;
}

.lms-logo-quadrents {
  color: white;
  background-color: black;
  padding: 0 10px;
  border-radius: 3px;
  width: max-content;
  position: absolute;
  top: -25px;
  left: -80px;
}