.dlsr-hide {
  display: none !important;
}

.dlsr-opacity-01 {
  opacity: 0.1;
  pointer-events: none;
  cursor: none;
}

.dlsr-cursor-pointer {
  cursor: pointer;
}
.dlsr-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}
.dlsr-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.dlsr-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dlsr-switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .dlsr-switch-slider {
  background-color: #4caf50;
}
input:focus + .dlsr-switch-slider {
  box-shadow: 0 0 1px #4caf50;
}
input:checked + .dlsr-switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.dlsr-switch-slider {
  border-radius: 34px;
}
.dlsr-switch-slider:before {
  border-radius: 50%;
}

.dlsr-db-method {
  display: flex;
  justify-content: space-between;
  min-width: 300px;
}
#dlsr_settings_vendor_methods .dlsr-db-method {
  margin: 16px 0;
}
#disb_vendor_popup .dlsr-settings-description-text {
  margin-bottom: 16px;
}
.dlsr-label-delivery {
  font-weight: 400;
  font-size: small;
  display: block;
  flex: 0 0 calc(100% - 50px);
}
.dlsr-dashboard-subtitle {
  display: flex;
  justify-content: space-between;
}
#dlsr_dashboard_order_shipping .dlsr-dashboard-item {
  margin: 10px 0;
}
.dlsr-vendor-address-row {
  display: flex;
  gap: 5px;
  font-size: 12px;
}
.dlsr-vendor-address-name {
  font-weight: 600;
}
.dlsr-vendor-addr {
  display: flex;
  gap: 30px;
  margin-top: -30px;
}
.dslr-tooltip {
  display: none;
}
.dlsr-customer-addr-icons,
.dlsr-text-addr-icons {
  width: 15px;
  cursor: pointer;
}
.dlsr-customer-addr,
.dlsr-text-addr {
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
}
#billing_street_field,
#billing_house_number_field,
#shipping_street_field,
#shipping_house_number_field {
  display: none !important;
}
#customer_details .col-1 {
  border: 1px solid #ecf0f4;
  padding: 16px 23px 21px;
  border-bottom: 0;
}
#customer_details .woocommerce-billing-fields__field-wrapper {
  border: none;
  padding: 0;
}

.dokan-profile-completeness {
  display: none;
}
#store-form #dokan-banner-wrapper {
  display: none;
}
.dokan-settings-methods-heading {
  text-align: left;
  margin: 20px;
}

.dlsr-settings-inpost-description {
  font-weight: 400;
}

.dlsr-settings-link {
  color: #0097b2;
}

.dslr-point-select {
  max-width: 100%;
  width: 100%;
}

form.checkout
  table.shop_table
  tfoot
  .woocommerce-shipping-totals
  h3.shipping-title {
  margin-top: 0;
  margin-bottom: 0;
}

table.shop_table ul.woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  flex-wrap: wrap;
}
.woocommerce-shipping-methods li input[type="radio"].shipping_method {
  margin-right: 0;
  flex: 0 0 20px;
}

table.shop_table ul.woocommerce-shipping-methods label {
  max-width: calc(100% - 30px);
  width: 100%;
}

table.shop_table
  ul.woocommerce-shipping-methods
  label
  .woocommerce-Price-amount {
  float: none !important;
  margin-top: 0 !important;
  display: block;
  order: 3;
  flex: 0 0 50px;
  text-align: right;
}

@media (max-width: 550px) {
  select.dslr-point-select {
    max-width: 80vw;
  }
}

.woocommerce-additional-fields #order_comments_field {
  display: none;
}

.woocommerce-order td.order-actions {
  display: flex;
  gap: 15px;
}
.dlsr-sub-order-info {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.dlsr-sub-order-image {
  width: 50px;
}
.dlsr-sub-order-name {
  width: 200px;
}
.woocommerce-order .order-actions a.button {
  height: fit-content;
}

.woocommerce-checkout-review-order-table .product-name {
  font-size: 1.2rem;
}
.dlsr-review-shipping-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dlsr-review-item-line {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.dlsr-review-item-image {
  flex: 0 0 50px;
}

.dlsr-review-item-name {
  flex: 1 1 auto;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.2em;
}

.dlsr-review-item-subtotal {
  display: flex;
  align-self: flex-end;
  align-items: end;
  justify-content: end;
  gap: 6px;
}

.dlsr-review-item-remove {
  cursor: pointer;
  width: min-content;
}

.dlsr-review-package-subtotal {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.dlsr-phone-error label {
  color: red !important;
}

.dokan-form-group:has(label[for="setting_phone"]) {
  display: none;
}

table.shop_table ul.woocommerce-shipping-methods label {
  display: flex;
  flex-wrap: wrap;
}

.cart_totals .dlsr-review-package-subtotal-value {
  margin-left: 6px;
}

#site-content .my_account_orders .order-actions .button {
  line-height: 14px;
  padding: 12px;
  background-color: var(--mt-color__primary);
  margin-top: 10px;
  margin-bottom: 10px;
}

#site-content .dlsr-order-books .size-thumbnail {
  height: 80px;
  width: auto;
}

.dlsr-account-order-purchase {
  color: #0097b2;
}

.woocommerce-orders-table__row {
  cursor: pointer;
}
.woocommerce-orders-table__row:hover {
  background-color: #eeeeee;
}

#dlsr_order_details .wc-order-totals {
  float: none;
}

.dlsr-order-books {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: fit-content;
}

.woocommerce-orders-table__cell-order-books {
  max-width: fit-content;
  width: 300px;
}

.wc-order-totals td.total {
  text-align: end;
  padding-right: 44px;
}

.dokan-orders-area .dokan-btn {
  display: none;
}

.dlsr-order-date-cancelled {
  color: red;
}

.dlsr-order-date-delivered {
  color: green;
}

.dlsr-order-date-dispatched {
  color: blue;
}

.dlsr-order-date-expected-by {
  color: gray;
}

.earning-from-order {
  color: #0097b2;
}

.dokan-single-store
  .profile-frame.profile-frame-no-banner
  .profile-layout-layout3
  .profile-info-summery-wrapper
  .profile-info-summery
  .profile-info
  .dokan-store-info
  li::before {
  display: none;
}

.woocommerce-mini-cart-item__name .dlsr-protection {
  display: none;
}
.dlsr-protection {
  color: #0097b2;
}
/* .dlsr-protection-text {
  margin-left: 6px;
} */

.cart-subtotal {
  display: none;
}

.dlsr-books-subtotal {
  text-align: end;
  font-size: 16px;
}

.woocommerce-cart .cart_totals .dlsr-books-subtotal td {
  text-align: end;
}

.dlsr-books-subtotal td {
  text-align: end;
}

.dlsr-protection-subtotal {
  text-align: end;
  font-size: 0.875rem;
}

.dlsr-review-delete-icon {
  max-width: 45%;
  min-width: 18px;
  vertical-align: bottom;
  width: auto;
  opacity: 0.6;
}

.dlsr-review-delete-icon:hover {
  opacity: 1;
}

.woocommerce-cart .cart_totals .dlsr-protection-subtotal td {
  text-align: end;
  font-weight: 500;
}

#order_review .cart_item {
  /* display: none; */
}

.cart-collaterals .dlsr-protection-text {
  display: none;
}

.woocommerce-address-fields #billing_latitude_field,
.woocommerce-address-fields #billing_longitude_field,
.woocommerce-address-fields #shipping_latitude_field,
.woocommerce-address-fields #shipping_longitude_field,
.woocommerce-billing-fields #billing_latitude_field,
.woocommerce-billing-fields #billing_longitude_field,
.woocommerce-shipping-fields #shipping_latitude_field,
.woocommerce-shipping-fields #shipping_longitude_field {
  display: none;
}

.dslr-point-popup-wrapper {
  width: 100%;
}

.dslr-point-popup-wrapper button {
  line-height: 1em;
}

.dslr-point-popup-map {
  width: 100%;
  height: 300px;
  border: 1px solid #dddddd;
}

.dslr-point-select {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

button.dslr-point-select-btn {
  background-color: #0097b2;
  font-size: 14px;
  padding: 10px 16px;
}

button.dslr-point-select-btn:hover {
  background-color: hsl(189, 97%, 26%);
}

.dslr-point-distance {
  color: #0097b2;
  font-weight: 600;
}

.dslr-point-popup-header {
  padding-bottom: 6px;
}

.gm-style-iw-chr button span {
  margin: 0 !important;
}

.gm-style-iw-chr button {
  max-height: 24px !important;
  display: flex !important;
  justify-content: end;
  padding-right: 12px !important;
  padding-top: 8px !important;
  box-shadow: none;
}

/* checkout registration styles  */
.woocommerce-checkout .woocommerce-account-fields .password-input {
  position: relative;
}

.woocommerce-checkout .woocommerce-account-fields .show-password-input {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  opacity: 0.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1d2128;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIGZpbGw9ImN1cnJlbnRDb2xvciIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iaWNvbiI+CiAgPHBhdGggZD0iTTk0Mi4yIDQ4Ni4yUTg4OS40NyAzNzUuMTEgODE2LjcgMzA1bC01MC44OCA1MC44OEM4MDcuMzEgMzk1LjUzIDg0My40NSA0NDcuNCA4NzQuNyA1MTIgNzkxLjUgNjg0LjIgNjczLjQgNzY2IDUxMiA3NjZxLTcyLjY3IDAtMTMzLjg3LTIyLjM4TDMyMyA3OTguNzVRNDA4IDgzOCA1MTIgODM4cTI4OC4zIDAgNDMwLjItMzAwLjNhNjAuMjkgNjAuMjkgMCAwIDAgMC01MS41em0tNjMuNTctMzIwLjY0TDgzNiAxMjIuODhhOCA4IDAgMCAwLTExLjMyIDBMNzE1LjMxIDIzMi4yUTYyNC44NiAxODYgNTEyIDE4NnEtMjg4LjMgMC00MzAuMiAzMDAuM2E2MC4zIDYwLjMgMCAwIDAgMCA1MS41cTU2LjY5IDExOS40IDEzNi41IDE5MS40MUwxMTIuNDggODM1YTggOCAwIDAgMCAwIDExLjMxTDE1NS4xNyA4ODlhOCA4IDAgMCAwIDExLjMxIDBsNzEyLjE1LTcxMi4xMmE4IDggMCAwIDAgMC0xMS4zMnpNMTQ5LjMgNTEyQzIzMi42IDMzOS44IDM1MC43IDI1OCA1MTIgMjU4YzU0LjU0IDAgMTA0LjEzIDkuMzYgMTQ5LjEyIDI4LjM5bC03MC4zIDcwLjNhMTc2IDE3NiAwIDAgMC0yMzguMTMgMjM4LjEzbC04My40MiA4My40MkMyMjMuMSA2MzcuNDkgMTgzLjMgNTgyLjI4IDE0OS4zIDUxMnptMjQ2LjcgMGExMTIuMTEgMTEyLjExIDAgMCAxIDE0Ni4yLTEwNi42OUw0MDEuMzEgNTQ2LjJBMTEyIDExMiAwIDAgMSAzOTYgNTEyeiIvPjxwYXRoIGQ9Ik01MDggNjI0Yy0zLjQ2IDAtNi44Ny0uMTYtMTAuMjUtLjQ3bC01Mi44MiA1Mi44MmExNzYuMDkgMTc2LjA5IDAgMCAwIDIyNy40Mi0yMjcuNDJsLTUyLjgyIDUyLjgyYy4zMSAzLjM4LjQ3IDYuNzkuNDcgMTAuMjVhMTExLjk0IDExMS45NCAwIDAgMS0xMTIgMTEyeiIvPgo8L3N2Zz4=);
  box-shadow: none;
  min-width: auto;
}

.woocommerce-checkout .woocommerce-account-fields .show-password-input:hover {
  opacity: 1;
}

.woocommerce-checkout
  .woocommerce-account-fields
  .show-password-input.display-password {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxMTExMTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWV5ZSI+PHBhdGggZD0iTTEgMTJzNC04IDExLTggMTEgOCAxMSA4LTQgOC0xMSA4LTExLTgtMTEtOHoiPjwvcGF0aD48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIj48L2NpcmNsZT48L3N2Zz4=);
}

.dlsr-review-item-subtotal-cost {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2em;
}

@media (min-width: 769px) {
  .woocommerce-cart-form .dlsr-protection-text,
  .woocommerce-cart-form .dlsr-base-text {
    display: none;
  }
  .woocommerce-cart-form .dlsr-base-price {
    margin-bottom: 26px;
    margin-top: -26px;
  }
  #order_review .dlsr-protection-text,
  #order_review .dlsr-base-text {
    display: none;
  }
}

@media (max-width: 991px) {
  .dlsr-review-item-subtotal {
    flex: 0;
  }
}

@media (max-width: 768px) {
  .dlsr-desctop {
    display: none;
  }

  .shop_table.my_account_orders thead {
    display: none;
  }

  .shop_table.my_account_orders tbody tr {
    display: block;
    margin-bottom: 1.5em;
    border: 1px solid #ddd;
    padding: 1em;
    background: #fff;
  }

  .shop_table.my_account_orders tbody td {
    display: flex;
    width: 100%;
    padding: 0.5em 0;
    border: none;
    font-size: 0.95em;
  }

  .shop_table.my_account_orders td::before {
    content: attr(data-label);
    flex: 0 0 40%;
    font-weight: bold;
    color: #555;
  }

  .shop_table.my_account_orders td.order-actions {
    flex-direction: column;
  }

  #site-content .my_account_orders .order-total .woocommerce-Price-amount {
    margin-right: 6px;
  }

  .woocommerce-orders-table__cell-order-actions a.view {
    position: relative;
    margin-top: 40px;
  }

  .woocommerce-orders-table__cell-order-books {
    max-width: none;
  }

  .wc-order-totals td.total {
    padding-right: 18px;
  }

  .woocommerce-orders-table__cell-order-date {
    display: grid !important;
  }
}

@media (min-width: 769px) {
  .dlsr-review-book-subtotal {
    display: none;
  }
}

.woocommerce-order-details
  .woocommerce-table--order-details
  tr:has(th.order-actions--heading) {
  display: none;
}

.dslr-point-select-distance {
  color: #0097b2;
  font-weight: 600;
}

#disb_vendor_popup .dlsr-link {
  color: #0097b2;
  font-weight: 600;
}

.dlsr-tracking-number-link {
  color: #0097b2;
  font-weight: 600;
}

.dlsr-inpost-service-body {
  margin-top: -10px;
  margin-bottom: 10px;
}

.dlsr-inpost-service-header {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.dlsr-inpost-service-points {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  max-width: 800px;
}

.dlsr-inpost-servise-point {
  font-size: 13px;
  padding: 6px 0;
  position: relative;
  text-align: left;
}

.dlsr-inpost-point-distance {
  font-weight: 600;
}

@media (max-width: 600px) {
  .dlsr-inpost-service-points {
    flex-direction: column;
    gap: 0;
  }
}

.dlsr-cart-book-authors {
  display: flex;
  gap: 6px;
}
.dlsr-cart-book-vendor {
  display: flex;
  gap: 6px;
}

.dlsr-cart-book-author-link {
  text-decoration: underline;
}

.dlsr-cart-book-vendor-link {
  text-decoration: underline;
}

.dlsr-db-method-title {
  max-width: 80%;
  min-width: 80%;
  font-weight: 600;
}

.dlsr-dashboard-store-name-description {
  text-align: left;
  font-size: small;
  font-weight: 400;
  margin-top: -15px;
  margin-bottom: 10px;
  margin-left: 25%;
  color: #666666;
}

@media (max-width: 600px) {
  .dlsr-dashboard-store-name-description {
    margin-left: 0;
  }
}

.dlsr-address-colors-palette {
  display: flex;
}

.dlsr-address-colors-text,
.dlsr-address-colors-slider-header {
  font-weight: 600;
  flex: 0 0 25%;
  padding-right: 15px;
  text-align: right;
}

.dlsr-settings-description-text {
  font-size: small;
  font-weight: 400;
  color: #666666;
}

.dlsr-settings-label-text {
  font-weight: 400;
  padding: 12px;
}

.dlsr-address-color-wrapper {
  cursor: pointer;
  padding: 12px;
}

.dlsr-address-colors-header {
  font-weight: 600;
}

.dlsr-address-color-selected {
  border: solid 1px lightgray;
  cursor: auto;
  box-shadow: 3px 3px 10px lightgray;
}

.dlsr-address-colors-palette {
  cursor: pointer;
}

.dlsr-address-colors-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 100vw;
  min-height: 100dvh;
  z-index: 1101;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dlsr-address-colors {
  display: flex;
  flex-direction: column;
  max-width: 530px;
  height: fit-content;
  background-color: #fff;
  padding: 10px;
}

.dlsr-address-colors-close {
  cursor: pointer;
  text-align: right;
  font-size: 26px;
  width: fit-content;
  align-self: end;
  top: 10px;
  right: 20px;
}
/*
.dlsr-address-colors-slider {
  display: flex;
  position: relative;
  padding-bottom: 12px;
}

.dlsr-address-colors-images {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
  overflow-x: scroll;
  padding-bottom: 14px;
}

.dlsr-address-colors-slider .dlsr-address-colors-body {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 0;
  flex-wrap: nowrap;
  position: relative;
}

.dlsr-address-colors-slider .dlsr-address-color-wrapper {
  padding: 6px;
  flex: 0 0 20%;
}

.dslr-address-color-slider-arrow-right,
.dslr-address-color-slider-arrow-left {
  height: fit-content;
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  z-index: 541;
  width: 32px;
  padding-bottom: 14px;
}

.dslr-address-color-slider-arrow-right {
  right: -10px;
}

.dslr-address-color-slider-arrow-left {
  left: -10px;
}

@media (max-width: 450px) {
  .dlsr-address-colors-palette,
  .dlsr-address-colors-slider {
    flex-wrap: wrap;
  }

  .dlsr-address-colors-text,
  .dlsr-address-colors-slider-header {
    flex: 0 0 100%;
    text-align: left;
  }

  .dlsr-address-colors-slider .dlsr-address-color-wrapper {
    flex: 0 0 40%;
  }

  .dlsr-address-colors-wrapper {
    overflow-y: scroll;
  }

  .dlsr-address-color-wrapper {
    flex: 0 0 calc(50% - 6px);
  }

  .dlsr-address-colors-images {
    gap: 12px;
  }

  .dslr-address-color-slider-arrow-right svg ,
  .dslr-address-color-slider-arrow-left svg{
    width: 32px;
  }
}*/

.dlsr-address-colors-slider {
  display: flex;
  position: relative;
  padding-bottom: 12px;
}

.dlsr-address-colors-slider .dlsr-address-colors-body {
  /* display: block;
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 0; */
    display: flex;
  align-items: center;
  padding: 0;
  gap: 0;
  flex-wrap: nowrap;
  position: relative;
}

.dlsr-address-colors-images {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  /* overflow-y: hidden; */
  padding-bottom: 14px;
  scroll-behavior: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dlsr-address-colors-images::-webkit-scrollbar {
  display: none;
}

.dlsr-address-colors-slider .dlsr-address-color-wrapper,
.dlsr-address-color-wrapper {
  box-sizing: border-box;
}

.dlsr-address-colors-slider .dlsr-address-color-wrapper {
  padding: 6px;
  flex: 0 0 20%;
}

.dslr-address-color-slider-arrow-right,
.dslr-address-color-slider-arrow-left {
  /* position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 7px));
  height: fit-content; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  z-index: 541;
  /* width: 32px; */
    height: 100%;
    min-width: 24px;
padding-bottom: 14px;
flex: 0 0 32px;
}

.dslr-address-color-slider-arrow-right svg,
.dslr-address-color-slider-arrow-left svg {
  width: 32px;
}

/* .dslr-address-color-slider-arrow-right {
  right: -10px;
}

.dslr-address-color-slider-arrow-left {
  left: -10px;
} */
@media (max-width: 950px) and (min-width: 451px) {
.dlsr-address-colors-slider .dlsr-address-color-wrapper {
    flex: 0 0 38%;
  }
}


@media (max-width: 450px) {
  .dlsr-address-colors-palette,
  .dlsr-address-colors-slider {
    flex-wrap: wrap;
  }

  .dlsr-address-colors-text,
  .dlsr-address-colors-slider-header {
    flex: 0 0 100%;
    text-align: left;
  }

  .dlsr-address-colors-slider .dlsr-address-color-wrapper {
    flex: 0 0 43%;
  }

  .dlsr-address-colors-slider .dlsr-address-colors-body {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  /* .dlsr-address-colors-wrapper {
    overflow-y: scroll;
  } */

  .dlsr-address-color-wrapper {
    flex: 0 0 calc(50% - 6px);
  }

  .dlsr-address-colors-images {
    gap: 6px;
  }

}

.dlsr-klaviyo-wrap{
  display:flex;gap:.75rem;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap
}
.dlsr-klaviyo-wrap input[type=email]{
  max-width:740px;
  height:48px;
  padding:.75rem 1rem;
  border:1px solid #e2e2e2;
  border-radius:6px
}
.dlsr-klaviyo-wrap button{
  height:48px;
  padding:0 20px;
  border:none;
  border-radius:6px;
  background:var(--mt-color__primary);
  color:#fff;
  font-weight:600;
  cursor:pointer
}
.dlsr-klaviyo-wrap button:hover{
  filter:brightness(.92)
}
.dlsr-klaviyo-msg{
  display:none;
  width:100%;
  margin-top:.5rem;
  font-size:.9rem;
  text-align:right
}
.dlsr-klaviyo-success{
  color:#107c10
}
.dlsr-klaviyo-error{
  color:#b00020
}
.dlsr-klaviyo-info{
  color:#666
}
@media(max-width:768px){
  .dlsr-klaviyo-wrap{justify-content:stretch}
  .dlsr-klaviyo-wrap input[type=email]{flex:1 1 100%}
  .dlsr-klaviyo-wrap button{flex:0 0 auto}
}

#store-form input[name="dokan_update_store_settings"] {
  background-color: var(--mt-color__primary) !important;
  color: var(--mt-color__primary--light) !important;
}

#store-form input[name="dokan_update_store_settings"]:hover {
  background-color: var(--mt-color__primary--dark) !important;
}
