a.button.wt-store-btn {
  background:
    radial-gradient(63.11% 63.11% at 31.97% 19.67%,
      rgba(255, 255, 255, .4) 0%, 
      rgba(255, 255, 255, 0) 69.79%, 
      rgba(255, 255, 255, 0) 100%),
    #3da010 !important;
}

a.button.wt-store-btn:hover {
background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #276f06 !important;
}
span.btn-store-vendors-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}
span.btn-store-vendors-link  h4.widget-title {
width: 100%;
    color: #fff !important;
    text-align: left;
    font-size: 15px !important;
    margin-bottom: 4px;
}
span.btn-store-vendors-link  a.wt-store-url {
    color: #fff !important;
    background: transparent !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}
span.btn-store-vendors-link  a.wt-store-url:hover ,span.btn-store-vendors-link  a.wt-store-url:focus {
    color: #3da010 !important;
    border: 0px solid !important;
    outline: 0px solid !important;
}

.woocommerce-MyAccount-navigation-link br {
  display: none;
}

h2.wc-block-components-title.wc-block-components-checkout-step__title,
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  color: #fff;
}

body .wc-block-components-notice-banner__content div {
  color: red !important;
}

.wt-product-meta span {
  border-bottom: 0px solid #cccccc33;
  padding-bottom: 7px;
}

.wt-product-meta span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 6px;
}

.woocommerce .page-numbers a,
.woocommerce .page-numbers span:not(.elementor-screen-only),
.woocommerce .page-links span {
  padding: 7px;
  font-size: 15px;
  text-align: center;
  min-width: 30px;
  line-height: 19px;
}

.woocommerce ul.products li.owp-content-center .product-inner .wt-product-meta {
  color: #fff;
  font-family: "Titillium Web";
}

.woocommerce ul.products li.owp-content-center .product-inner .wt-product-meta span {
  display: block;
  font-size: 14px;
}

.woocommerce table.shop_table td p {
  display: flex;
  justify-content: space-between;
}

.detail-page-pmdp .wt-product-meta span {
  font-size: 18px;
  border: none;
}

.wt-product-meta {
  color: #fff;
  display: flex;
  gap: 11px;
  border-bottom: 1px solid #cccccc33;
  padding-bottom: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 999;
}

.wt-product-meta::-webkit-scrollbar {
  width: 8px;
}

.wt-product-meta::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.wt-product-meta::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.wt-product-meta::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.wt-product-meta {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.wt-filters-reset-wrapper {
  text-align: center !important;
  margin-top: 20px;
}

button.button.wt-filters-reset {
  padding: 10px;
  font-size: 14px !important;
}

.woocommerce ul.products li.product li.category {
  display: none !important;
}

aside.widget.wt-filter.wt-pill-filter input {
  width: 100%;
  padding: 7px;
  color: #000;
}

/* Price filter */
.wt-filter-range-container span {
  color: #fff !important;
}

.wt-pill-filter-price .wt-filter-range-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.wt-pill-filter-price .min-value-label,
.wt-pill-filter-price .max-value-label {
  font-size: 16px;
  color: #444;
}

.wt-pill-filter-price .range-wrapper {
  position: relative;
  width: 100%;
}

.woocommerce .woocommerce-tabs ul.wc-tabs li a:focus {
  outline: none !important;
}

.wt-pill-filter-price input[type="range"] {
  background: linear-gradient(to right,
      #f5f5f7 0%,
      #f5f5f7 0%,
      #f5f5f7 0%,
      #183d5c 100%);
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 10px;
  outline: none;
}

.wt-pill-filter-price input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #4334dd;
  border: 4px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.wt-pill-filter-price input[type="range"]::-moz-range-thumb {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #4334dd;
  border: 4px solid #fff;
  cursor: pointer;
}

.wt-pill-filter-price .range-value {
  position: absolute;
  top: 28px;
  transform: translateX(-50%);
  background: #4334dd;
  color: #fff;
  padding: 0px 10px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.wt-pill-filter-price .range-value::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #4334dd;
}

/* Price filter */
.woocommerce .cart-subtotal th,
.elementor-widget-woocommerce-checkout-page ul#select2-billing_state-results li:focus,
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected],
.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method .form-row label,
.elementor-widget-woocommerce-checkout-page,
.woocommerce table.shop_table thead th,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td {
  color: #fff !important;
}

a.woocommerce-button.button.pay.order-actions-button {
  margin-right: 11px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody tr.cart_item td.product-name {
  color: #000 !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr.order-total td {
  border: 1px solid #fff !important;
  border-left: 0px solid !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  padding: 30px;
  border-radius: 10px;
  background: #002b4e;
  margin-bottom: 20px;
}

.woocommerce .shop_table.order_details tfoot th {
  background: transparent !important;
  color: #fff !important;
  border: none !important;
}

.owp-qv-container .owp-qv-content-inner .owp-qv-close {
  border-radius: 100%;
  color: #fff !important;
  background: #4334dd;
  top: -9px;
  right: -6px;
  opacity: 1;
  font-size: 30px;
  width: 34px;
  height: 34px;
  line-height: 30px;
}

.woocommerce ul.products li.owp-content-center .product-inner,
.woocommerce ul.products li.product .woo-entry-inner {
  text-align: center;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product .woo-entry-inner li:last-child {
  margin-top: auto;
}

/* .woocommerce-shop li.image-wrap img {
max-height: 150px;
} */

#owp-qv-wrap .summary,
.owp-qv-image.images {
  padding: 20px !important;
}

#owp-qv-wrap .woocommerce div.product form.cart {
  margin: 0px;
}

#owp-qv-wrap .summary,
#owp-qv-wrap .owp-qv-image,
#owp-qv-wrap .owp-qv-slides {
  width: 100% !important;
}

#owp-qv-wrap img {
  margin: 0 auto;
  width: auto !important;
}

.owp-qv-content-inner div.product {
  padding: 20px 0px;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.woocommerce div.product form.cart {
  margin: 0px;
}

.product-inner>.wt-product-meta:not(.moved) {
  display: none !important;
}

/* AI text generator filter */
.wt-pill-filter-ai_text_generator_used .radio-option,
.wt-pill-filter-ai_image_generator_used .radio-option {
  position: relative;
  cursor: pointer;
}

.wt-pill-filter-ai_text_generator_used input,
.wt-pill-filter-ai_image_generator_used input {
  position: absolute;
  opacity: 0;
}

.wt-pill-filter-ai_text_generator_used .text,
.wt-pill-filter-ai_image_generator_used .text {
  display: inline-block;
  padding: 5px 20px;
  background: #f5f5f7;
  color: #fff;
  font-weight: 500;
  transition: all 0.25s ease;
  border-radius: 6px;
}

.wt-pill-filter-ai_text_generator_used input:checked+.text,
.wt-pill-filter-ai_image_generator_used input:checked+.text {
  background: #4334dd;
  color: #fff;
}

/* AI text generator filter */
li.no-products,
.woocommerce-order-received h2,
.woocommerce-order-received a,
.woocommerce-cart .wp-block-heading,
.woocommerce-cart h2,
.woocommerce-cart a {
  color: #fff;
}

body.woocommerce-shop,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
  font-family: Titillium, sans-serif;
  background-color: #183d5c !important;
}

aside.widget.wt-filter:not(:last-child) {
  border-bottom: 1px solid #cccccc33;
  padding-bottom: 20px;
}

.wt-filter-dropdown,
.wt-filter-text {
  color: #000;
  font-family: "Titillium Web";
  font-weight: 600;
  font-size: 14px;
}

.wp-block-search .wp-block-search__label {
  display: none;
}

body.woocommerce-page button.wp-block-search__button.wp-element-button {
  font-size: 12px !important;
  padding: 5px;
  border-radius: 0px !important;
}

input.wt-filter-text {
  width: 100%;
}

/* End AI text generator filter */

/* Game Genre filter */
.wt-pill-filter-content_type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wt-pill-filter-content_type br {
  display: none;
}

.wt-pill-filter-content_type .pill {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  color: #000;
}

.wt-pill-filter-content_type input {
  position: absolute;
  opacity: 0;
}

.wt-pill-filter-content_type .pill:hover {
  background: #ececec;
}

.wt-pill-filter-content_type .pill:has(input:checked) {
  background: #4334dd;
  border-color: #4334dd;
  color: #fff;
}

/* End Game Genre filter */

/* Module rating filter */
.wt-filter .widget-title {
  font-size: 15px;
  width: 100%;
}

.zl-product-data-tabs .woocommerce-tabs .woocommerce-Tabs-panel {
  background-color: #183D5C;
  padding: 11px 30px !important;
  border-radius: 15px !important;
}

.woocommerce div.product .zl-product-image .woocommerce-product-gallery img {
  width: 100%;
}

.zl-product-data-tabs div#tab-more_seller_product {
  background-color: #0000;
}

.zl-product-data-tabs div#tab-description {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.zl-product-data-tabs div#tab-more_seller_product {
  padding: 0 !important;
  border-radius: 0 !important;
}

.zl-product-data-tabs div#tab-description h2 {
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 5px 0;
}

.zl-product-data-tabs div#tab-description h2:after {
  content: ":";
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 20px;
  margin: 0 auto;
}

.zl-add-to-cart form.cart {
  padding: 0 !important;
}

.zl-add-to-cart .single_add_to_cart_button,
.zl-btn-width a.elementor-button {
  width: 100%;
}

.zl-add-to-cart .cart .button {
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #3da010 !important;
}

.zl-add-to-cart .cart .button:hover {
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #276f06 !important;
}

.zl-btn-width a.elementor-button {
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #4334dd !important;
}

.zl-btn-width a.elementor-button:hover {
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%),
    #282077 !important;
}

.woocommerce ul.products li.product .button,
.woocommerce button.button,
.zl-add-to-cart .cart .button,
.button {
  margin: 0 !important;
  letter-spacing: 0;
  font-size: 21px !important;
  line-height: 20px !important;
  padding: 14px 15px !important;
  font-weight: 600 !important;
}

.wt-filter .rating-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 12px;
  border-radius: 10px;
  border: 2px solid transparent;
  background: #f5f5f7;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease;
}

.wt-filter .rating-option input {
  position: absolute;
  opacity: 0;
}

.wt-filter .stars {
  color: #f5a623;
  font-size: 16px;
  letter-spacing: 2px;
}

.wt-filter .text {
  margin-left: 6px;
  color: #333;
  font-weight: 500;
}

.wt-filter .radio {
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
}

.wt-filter .rating-option input:checked+.stars+.text+.radio::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #4334dd;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}

.wt-filter .rating-option input:checked~.radio {
  border-color: #4334dd;
}

.wt-filter .rating-option input:checked~.stars,
.wt-filter .rating-option input:checked~.text {
  color: #333;
}

.wt-filter .rating-option:has(input:checked) {
  border-color: #4334dd;
  background: #f2efff;
}

/* End Module rating filter */

/* dashboard css */
#dokan-coupon-form input,
#dokan-coupon-form button {
  padding: 10px 15px;
}

.dokan-layout .text-xs,
.woocommerce-table__item,
.woocommerce-table__header span,
.dokan-dashboard .dokan-dashboard-content a,
.woocommerce-table__header,
.dokan-layout .text-sm {
  font-size: 15px;
  line-height: normal;
}

.dokan-layout .text-sm,
.dokan-layout .text-lg {
  font-size: 16px !important;
  line-height: normal !important;
}

#dokan-coupon-form div,
#dokan-coupon-form button,
#dokan-coupon-form div,
#dokan-coupon-form select,
.dashboard-content-area .dokan-layout div {
  height: auto;
}

.d3-chart__container .d3-chart__empty-message {
  font-size: 17px;
}

.dokan-dashboard-wrap {
  height: 100vh;
}

.dokan-dashboard-content {
  font-family: Titillium, sans-serif !important;
  padding: 30px 20px !important;
}

.dokan-listing-filter li,
.list-inline li,
#dokan-coupon-dashboard-list-header span,
.dataviews-view-table__row th,
.dataviews-view-table__row th button,
.components-tab-panel__tabs button.components-button.components-tab-panel__tabs-item,
.dokan-react-withdraw h4,
.dokan-dashboard .woocommerce-dropdown-button__labels span,
.dokan-dashboard h2.woocommerce-section-header__header-item {
  font-size: 14px !important;
}

button.dokan-btn,
a.dokan-btn {
  background-color: rgb(11, 124, 172) !important;
  color: #fff !important;
  padding: 11px 20px !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  line-height: 1.2em !important;
  font-size: 12px !important;
}

ul.dokan-dashboard-menu li {
  margin: 0 20px 0 0;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #0064b5 !important;
}

.dokan-dash-sidebar a {
  font-family: Titillium, sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  line-height: 1.5;
  overflow-x: hidden;
  letter-spacing: 0;
  text-transform: uppercase !important;
  color: #ffffffd9 !important;
}

.dashboard.active a {
  font-weight: 400 !important;
}

.dokan-dashboard-menu li a {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.dokan-dash-sidebar li a i:before {
  color: #bd1830;
  font-size: 22px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
  top: 30px !important;
}

/* dashboard css */

.wp-die-header .page-header {
  display: none !important;
}

.wp-die-content p a {
  color: #13aff0;
}

.mc4wp-form-1048 label {
  color: #fff !important;
}

.mc4wp-form-1048 label span {
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.mc4wp-form-1048 input[type="email"] {
  border-radius: 0;
}

.wp-singular #site-header {
  display: none;
}

.dokan-store-wrap li.entry.has-product-nav.col.span_1_of_3 {
  box-shadow: 0 -2px 20.8px #000b1480;
  border-radius: 20px;
  padding: 24px !important;
  background: #002b4e;
  width: 100%;
}

.profile-info-summery-wrapper.dokan-clearfix .profile-info-summery {
  justify-content: flex-start !important;
}

.dokan-store-wrap .profile-info-summery {
  box-shadow: inset 0 0 11px #012b4d;
  border-radius: 0;
  padding: 24px !important;
  background: linear-gradient(1deg, #012b4d, #f3f3f382);
}

.dokan-store-wrap .profile-info-summery .profile-img.profile-img-circle {
  border: 2px solid #f3f3f3;
  border-radius: 100%;
}

.dokan-store-wrap .profile-info-summery .profile-info-head {
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  text-transform: capitalize;
}

html {
  background-color: #000 !important;
}

/* header */

.elementor-widget-image img {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}

.elementor-element.elementor-element-750a7251.elementor-widget.elementor-widget-theme-site-title.elementor-widget-heading {
  display: none;
}

/* Checkout page*/

body.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide.wc-block-checkout,
.wp-block-woocommerce-cart.alignwide {
  margin: 0px !important;
  width: 100% !important;
}

body.woocommerce-account table.shop_table thead {
  background: linear-gradient(90deg,
      #021729 0%,
      rgba(44, 77, 104, 0.92) 47.5%,
      #021729 100%);
}

body.woocommerce-shop,
body.woocommerce-cart .zl-cart-sec,
body.woocommerce-checkout .zl-cart-sec,
body.woocommerce-account .zl-cart-sec {
  font-family: Titillium, sans-serif;
  background-color: #183d5c !important;
}

/* Cart Page */
body.woocommerce-cart p#validate-error-coupon {
  color: red;
}

body.woocommerce-cart tr.wc-block-cart-items__row,
body.woocommerce-cart a.wc-block-components-product-name,
body.woocommerce-cart tr.wc-block-cart-items__header {
  font-size: 16px !important;
}

body.woocommerce-cart tr.wc-block-cart-items__row,
body.woocommerce-cart a.wc-block-components-product-name,
body.woocommerce-cart tr.wc-block-cart-items__header,
body.woocommerce-cart .zl-cart-sec h2,
body.woocommerce-cart span.wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-footer-item-tax-value,
body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button,
.wc-block-components-address-card__address-section--secondary,
body.woocommerce-account h2:not(.woocommerce-Address-title h2),
body.woocommerce-account h1,
body.woocommerce-account h3,
body.woocommerce-account h4,
body.woocommerce-account h5,
body.woocommerce-account h6,
body.woocommerce-account p,
body.woocommerce-account div,
body.woocommerce-account span,
body.woocommerce-account a:not(.woocommerce-Address-title a),
.woocommerce-MyAccount-navigation ul li a:before,
.woocommerce-address-fields input,
body.woocommerce-account input::placeholder,
.woocommerce-EditAccountForm legend,
body.woocommerce-account .woocommerce-table--order-details thead th,
body.woocommerce-cart .wc-block-components-product-metadata__description p,
.single-product p.stars a::before,
.woocommerce-shop li.woo-desc {
  color: #fff !important;
}

.woocommerce-checkout .wcstripe-payment-element.StripeElement {
  margin-bottom: 20px;
}

div#wc-stripe-payment-method-instructions-card {
  padding-bottom: 10px;
}

body.woocommerce-account a:hover {
  color: rgb(11, 124, 172) !important;
}

body.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-account .select2-results__option,
body.woocommerce-account .woocommerce-PaymentMethod label,
body.woocommerce-account .select2-search__field {
  color: #000 !important;
}

form.woocommerce-EditAccountForm.edit-account input {
  font-size: 15px;
  color: #fff;
  font-style: normal;
}

body.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td,
body.woocommerce-cart .wc-block-components-totals-wrapper,
.single.single-product .entry-title {
  border-color: #ffffff38;
}

.single-product.woocommerce div.product form.cart,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  border: none;
}

body.woocommerce-cart .zl-cart-sec .single-post-sec {
  padding: 50px 10px;
}

body.woocommerce-cart .cst-main-content,
body.woocommerce-checkout .cst-main-content,
body.woocommerce-account .cst-main-content {
  box-shadow: 0 -2px 20.8px #000b1480;
  border-radius: 20px;
  padding: 24px !important;
  background: #002b4e;
  width: 100%;
}

.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
  padding: 20px;
}

button.button.wt-filters-reset.wt-filters-reset-btn {
  width: 100%;
}

header#masthead div {
  padding: 0;
}

.woocommerce form .show-password-input.display-password::after {
  color: #038dcf !important;
}

/* Cart Page */
/* shop page*/
.dokan-store .elementor-button,
li.dokan-share-btn-wrap .dokan-share-btn,
body.woocommerce-page input[type="button"],
body.woocommerce-page input[type="reset"],
body.woocommerce-page input[type="submit"],
body.woocommerce-page button[type="submit"],
body.woocommerce-page .button,
body.woocommerce-page div.wpforms-container-full .wpforms-form input[type="submit"],
body.woocommerce-page div.wpforms-container-full .wpforms-form button[type="submit"],
body.woocommerce-page div.wpforms-container-full .wpforms-form .wpforms-page-button,
.woocommerce-cart .wp-element-button,
.woocommerce-checkout .wp-element-button,
body.woocommerce-page.wp-block-button__link,
body.woocommerce-account button.dokan-btn,
body.woocommerce-account a.dokan-btn,
.dokan-store .dokan-share-btn,
input[type='submit'].dokan-btn,
a.dokan-btn,
.dokan-btn {
  background:
    radial-gradient(63.11% 63.11% at 31.97% 19.67%,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%),
    #4334dd ;
  border-radius: 0.331rem !important;
  font-family: "Titillium Web", Sans-serif !important;
  filter: drop-shadow(0px 4px 4px rgba(50, 50, 71, 0.08));
  color: #fff !important;
  transition: all 0.5s ease-in-out 0s;
  line-height: 20px !important;
  padding: 14px 15px !important;
  border: none !important;
  font-weight: 600;
  font-size: 21px !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.dokan-store .elementor-button:hover,
li.dokan-share-btn-wrap .dokan-share-btn:hover,
body.woocommerce-page input[type="button"]:hover,
body.woocommerce-page input[type="reset"]:hover,
body.woocommerce-page input[type="submit"]:hover,
body.woocommerce-page button[type="submit"]:hover,
body.woocommerce-page .button:hover,
body.woocommerce-page div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
body.woocommerce-page div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
body.woocommerce-page div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
.woocommerce-cart .wp-element-button:hover,
.woocommerce-checkout .wp-element-button:hover,
body.woocommerce-page.wp-block-button__link:hover,
body.woocommerce-account button.dokan-btn:hover,
body.woocommerce-account a.dokan-btn:hover,
input[type='submit'].dokan-btn,
a.dokan-btn:hover,
.dokan-btn:hover {
  background:
    radial-gradient(63.11% 63.11% at 31.97% 19.67%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%),
    #282077;
}

.woocommerce-shop .sidebar-box,
.woocommerce ul.products li.product .woo-entry-inner li h2 {
  margin-bottom: 0px;
}

.woocommerce-shop li.image-wrap img {
  border-radius: 20px;
}

.woocommerce ul.products li.product .woo-entry-inner li h2 a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.woocommerce ul.products li.product .price {
  font-size: 20px;
}

.woocommerce ul.products li.product li.category a {
  color: #999;
  font-size: 15px !important;
  font-style: normal;
}

body.woocommerce .products.tablet-2-col .product {
  width: 100% !important;
  background: #183d5c;
  box-shadow: 0 -2px 20.8px #000b1480;
  border-radius: 20px;
  padding: 15px 10px;
  border: none !important;
}

.dokan-store-products-filter-area .search-store-products {
  height: 100% !important;
}

body.woocommerce .products.tablet-2-col .product ul.woo-entry-inner.clr img.woo-entry-image-main {
  width: 100%;
  /* object-fit: cover;
  aspect-ratio: 2 / 3; */
  border-radius: 12px;
  object-position: center;
}

ul.products.oceanwp-row.clr.grid.tablet-col.tablet-2-col.mobile-col.mobile-1-col {
  display: grid !important;
  gap: 0 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.post-type-archive-product #primary.content-area {
  width: 75% !important;
}

.post-type-archive-product .widget-area {
  width: 25% !important;
  padding-right: 20px !important;
}

#right-sidebar-inner {
  /* height: 100vh; */
  overflow-y: auto;
  width: 280px;
  scrollbar-width: thin;
  scrollbar-color: #002b4e #385975;
  /* top: 0;
left: 0; */
}

/* Chrome, Edge, Safari */
#right-sidebar-inner::-webkit-scrollbar {
  width: 6px;
}

#right-sidebar-inner::-webkit-scrollbar-track {
  background: transparent;
}

#right-sidebar-inner::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Optional: hover par visible karo */
#right-sidebar-inner:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.content-left-sidebar .widget-area {
  position: sticky;
  top: 100px !important;
}

body.woocommerce input#wp-block-search__input-2,
body.woocommerce ul.result-count li,
body.woocommerce nav.woocommerce-pagination a {
  color: #fff !important;
}

body.woocommerce nav.woocommerce-pagination a:hover {
  color: #333 !important;
}

.woocommerce .oceanwp-toolbar {
  border: none !important;
}

.content-left-sidebar .content-area {
  border-color: #cccccc40;
}

.woocommerce ul.products.list li.product .woo-entry-inner {
  text-align: left;
  width: 65%;
}

.wp-block-search__button.wp-element-button {
  background:
    radial-gradient(63.11% 63.11% at 31.97% 19.67%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%),
    #3da010;
  border-radius: 0.331rem;
  filter: drop-shadow(0px 4px 4px rgba(50, 50, 71, 0.08));
  color: #fff;
  border: none;
}

.dokan-dashboard .dokan-dashboard-content {
  background: #ffff;
}

div#right-sidebar-inner {
  background: #002b4e;
  box-shadow: 0 4px 34px #4334dd29;
  border-radius: 20px;
  padding: 40px 20px;
  max-height: 82vh;
}

label.wp-block-search__label {
  font-size: 18px;
  font-weight: 400 !important;
  color: #ffffffd9 !important;
  text-transform: uppercase;
}

.widget-area {
  width: 33%;
}

.content-area {
  width: 67%;
}

.wt-filter,
.wt-filter .widget-title,
.wt-pagination .page-numbers a {
  color: #fff !important;
}

.wt-pagination .page-numbers a:hover,
.tax-product_cat .wt-pagination .page-numbers a {
  color: #333 !important;
}

.wt-filter .widget-title {
  margin-bottom: 10px;
  margin-top: 20px;
}

.wt-filter-dropdown,
.wt-filter-text {
  color: #000;
}

.wt-filter-text {
  padding: 8px 20px;
}

.wt-pagination .page-numbers {
  text-align: center;
}

.range-wrapper {
  position: relative;
  width: 100%;
}

.range-value {
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

/* =====================================
shortcode-product-detail page css
===================================== */

.shortcode-product-detail {
  width: 100%;
}

.shortcode-product-detail .wt-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  color: #fff;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}

.shortcode-product-detail .wt-col {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.shortcode-product-detail .wt-hidden {
  display: none;
}

.shortcode-product-detail .wt-toggle {
  margin-top: 15px;
  color: #2bb3ff;
  cursor: pointer;
}

.shortcode-product-detail .wt-row {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
  align-items: center;
}

.shortcode-product-detail .wt-label {
  /* width: 50%; */
  text-wrap: nowrap;
  font-weight: 600;
  word-break: break-word;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.shortcode-product-detail .wt-label:after {
  content: "=";
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 20px;
}

.shortcode-product-detail .wt-value {
  /* width: 50%; */
  text-align: right;
  word-break: break-word;
}

/* Links */
.shortcode-product-detail .wt-value a {
  color: #2bb3ff;
  text-decoration: none;
}

.shortcode-product-detail .wt-value a:hover {
  text-decoration: underline;
}

.wt-product-meta span:last-child {
  border-bottom: 0px solid #cccccc33;
}

.woocommerce div.product .product_title {
  margin: 0 0 0;
}

p.must-log-in a {
  color: #13aff0;
}

.shortcode-product-detail .wt-value:first-letter {
  text-transform: capitalize;
}

.woo-entry-inner {
  position: relative !important;
}

.wt-product-meta {
  display: none !important;
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff !important;
  padding: 10px;
  height: 100%;
  pointer-events: none;
  /* KEY FIX */
}

.wt-product-meta span {
  position: relative;
  z-index: 999;
}

.wt-product-meta::after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: 0;
  width: 100%;
  height: 255%;
  background: rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  z-index: 99;
  border-radius: 20px;
}

.products li.product:hover .wt-product-meta {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
}

.woocommerce ul.products li.product .woo-entry-inner li.image-wrap {
  margin-bottom: 15px !important;
}

.products li {
  position: relative;
}

.products li.product:hover {
  background: rgba(0, 0, 0, 0.75) !important;
  z-index: 999;
border-radius: 20px;

}

body.woocommerce .products.tablet-2-col .product {
  padding: 0;
}

.woocommerce ul.products li.product .woo-entry-inner {
  padding: 10px 10px 15px;
 
}

.wt-product-meta {
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 20px !important;
}

.wt-product-meta::after {
  display: none;
}

/* .post-type-archive-product .product-inner .woo-entry-inner li.btn-wrap {
display: none !important;
} */

.products .product-inner {
  position: relative;
}

/* Hide hover effect when Add to Cart is hovered */
/* Disable hover when button is hovered */
/* STOP your exact hover rule */
.products li.product.btn-hovered:hover .wt-product-meta {
  display: none !important;
}

/* STOP background hover */
.products li.product.btn-hovered:hover {
  background: transparent !important;
}

/* If OceanWP applies hover on inner elements */
.products li.product.btn-hovered:hover .woo-entry-inner,
.products li.product.btn-hovered:hover .product-inner {
  background: transparent !important;
}

/* Allow clicks/hover to pass through overlay */
.wt-product-meta {
  pointer-events: none;
}

/* But enable interaction for content inside */
.wt-product-meta * {
  pointer-events: auto;
}

.add_to_cart_button {
  pointer-events: auto;
}

.wt-game-details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  color: #ffff;
  flex-direction: column;
}

.wt-game-details p {
  margin: 0;
  text-wrap: wrap;
}

.wt-game-details strong {
  text-wrap: nowrap;
}

.flex-rating {
  display: flex;
  flex-direction: row;
}

.single-product p.price {
  margin: 0 !important;
}

.site-main.clr {
  min-height: 79vh;
}

.single-product p.price .amount {
  color: #fff;
}

.widi-game-basic strong,
.widi-game-basic p,
.product_detail_key_value_A p,
.product_detail_key_value_B p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

.doken-link {
  color: #3da010;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

.doken-link:hover {
  color: #86eb57;
}

.doken-link:focus,
#dokan-seller-listing-wrap.grid-view .store-footer a:focus {
  outline: solid 0px !important;
}

.wt-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 8px;
}

.wt-game-details.wt-top p span {
  text-transform: uppercase;
}

.wt-top-row {
  margin-bottom: 5px;
}

.wt-game-details .wt-top-row.wt-meta p {
  margin: 0;
  display: flex !important;
  gap: 11px;
}

.wt-stars {
  font-size: 21px;
  line-height: 0;
  color: #f9ca63;
  margin-left: 5px;
  display: flex;
  align-items: center;
}

.shortcode-product-detail {
  background-color: #183d5c;
  padding: 11px 30px !important;
  border-radius: 15px !important;
}

div#tab-description p {
  scrollbar-width: none;
  display: flex;
  text-wrap: wrap !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
}

.product_detail_key {
  background: #183d5c;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 25px 30px;
  margin-bottom: 20px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.7;
}

.product_detail_key_value_A>div,
.product_detail_key_value_B>div {
  width: 100%;
}

.product_detail_key_value_A h6 {
  font-size: 15px;
  margin-bottom: 0;
  color: #ffffff;
}

.product_detail_key_value_A div,
.product_detail_key_value_B div {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.product_detail_key_value_A,
.product_detail_key_value_B {
  display: flex;
  flex-direction: column;
  gap: 38px 0;
  text-transform: capitalize;
  width: 100%;
}

.wt-game-details p {
  font-size: 16px;
  margin: 0 !important;
  display: flex;
  gap: 6px;
  line-height: 2rem;
}

.product_detail_key_value_A strong,
.product_detail_key_value_B strong {
  color: #ffffff;
  font-weight: 700;
  display: flex;
  gap: 6px;
}

.discription-pro p {
  margin: 0;
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
  padding-bottom: 14px;
    min-height: 270px;
    max-height: 270px;
}
.discription-pro {
  background-color: #183D5C;
    margin: 0px 0px 0px 0px;
    padding: 14px 14px 14px 20px;
    border-radius: 11px;
    min-height: 270px;
    max-height: 270px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) #0e3656;
}
.woocommerce div.product .zl-product-image .woocommerce-product-gallery img {
  object-fit: cover;
  aspect-ratio: 2 / 3;
}

.hfe-search-form__container {
  height: 40px;
}

/* Chrome, Edge, Safari */
.discription-pro p::-webkit-scrollbar {
  width: 6px;
}

.discription-pro p::-webkit-scrollbar-track {
  background: transparent;
}

.discription-pro p::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.discription-pro p:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
}

.discription-pro p:first-child::before {
  content: "Description : ";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 6px;
  display: inline;
  white-space: nowrap;
}

.product_detail_key_value_A br,
.product_detail_key_value_B br {
  margin-bottom: 6px;
}

.woo-entry-inner .btn-wrap.clr {
  display: none !important;
}

.digital-download-li {
  margin-bottom: 0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.product-title-flex h1 {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.dokan-store .woocommerce ul.products .product {
  width: 100%;
}

.dokan-single-store .dokan-store-tabs ul.dokan-modules-button {
  border: 0px solid #EDEDED !important;
}

.dokan-store-wrap.layout-left .dokan-store-sidebar {
  box-shadow: 0 0 0 #f3f3f3 !important;
}

/* store page */



.page-id-105187 main#main,
.dokan-store .site-main.clr {
  background-color: #183d5c;
}

.page-id-105187 #dokan-store-listing-filter-wrap {
  box-shadow: none;
  background: #002b4e;
  color: white !important;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
  box-shadow: none !important;
  color: white !important;
}

#dokan-store-listing-filter-form-wrap {
  box-shadow: none !important;
  background: #002b4e !important;
  color: white !important;
}


#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
  background: #002b4e !important;
  border: none !important;

}

.page-id-105187 aside#right-sidebar {
  display: none;
}

.page-id-105187 .content-area {
  float: left;
  position: relative;
  width: 100%;
  border: none;
}

.page-id-105187 button.dokan-store-list-filter-button.dokan-btn.dokan-btn-theme {
  letter-spacing: 0;
  font-size: 21px !important;
  line-height: 20px !important;
  padding: 14px 15px 14px 32px !important;
  font-weight: 600;
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #4334dd !important;
  border-radius: 0.331rem !important;
  filter: drop-shadow(0px 4px 4px rgba(50, 50, 71, 0.08));
  color: #fff !important;
  border: none !important;
  text-transform: uppercase !important;

}

/* Wrapper spacing */
.page-id-105187 .pagination-container {
  text-align: center;
  margin-top: 30px;
}



/* Each button */
.page-id-105187 .pagination li a,
.page-id-105187 .pagination li span {
  display: block;
  padding: 8px 20px !important;
  border-radius: 0px;
  background: #183d5c !important;
  color: white !important;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  margin: 0px 10px;
}


/* Active page */
.page-id-105187 .pagination li .current {
  background: white !important;
  color: black !important;
  font-weight: 600;
  font-size: 16px;
}

/* Previous / Next buttons */
.page-id-105187 .pagination li:first-child a,
.page-id-105187 .pagination li:last-child a {
  font-weight: 600;
  font-size: 16px;
}

/* Optional: rounded style */
.page-id-105187 .pagination li a {
  min-width: 38px;
  text-align: center;
  font-size: 16px;
}

.page-id-105187 .dokan-seller-wrap .dokan-single-seller {
  width: 25% !important;
  float: left;
}


.page-id-105187 p.item.store-count {
  font-size: 18px;
  color: black;
  font-weight: 600;
  color: white !important;
}


.page-id-105187 form.sort-by.item {
  font-size: 16px;

}

.store-search-input::placeholder {
  color: white;
  font-size: 16px;
}

.page-id-105187 #dokan-store-listing-filter-form-wrap:before {
  display: none !important;
}

.page-id-105187 label {
  font-size: 18px !important;
  font-weight: 600 !important;
  padding-right: 5px !important;
  color: white !important;
}


.page-id-105187 .toggle-view.item {
  display: none !important;

}

.page-id-105187 #apply-filter-btn {
  padding: 10px 30px !important;
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%), #4334dd !important;
  border-radius: 6px !important;
  filter: drop-shadow(0px 4px 4px rgba(50, 50, 71, 0.08));
  color: #fff !important;
  border: none !important;
  font-weight: 600;
  font-size: 15px !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: all 0.3s ease;
}


.page-id-105187 .dokan-btn-theme.dokan-btn-round {
  padding: 15px !important;
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%), #4334dd !important;
  border-radius: 50px !important;
  color: #fff !important;
  border: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}


 body.dokan-store .dokan-store-sidebar {
    background: #002b4e !important;
    box-shadow: 0 4px 34px #4334dd29 !important;
    border-radius: 20px !important;
    padding: 40px 20px !important;
    height: fit-content;
  
}

body.dokan-store .widget-title {
    color: white !important;
    font-size: 15px !important;
}

body.dokan-store input[type="submit"].dokan-btn-theme {
  background:
    radial-gradient(63.11% 63.11% at 31.97% 19.67%,
      rgba(255, 255, 255, .4) 0%, 
      rgba(255, 255, 255, 0) 69.79%, 
      rgba(255, 255, 255, 0) 100%),
    #3da010 !important;

  color: #fff !important;
  border: none !important;
}

body.dokan-store 
.widget.dokan-store-widget.dokan-store-menu 
.store-cat-stack-dokan.cat-drop-stack ul li.parent-cat-wrap {

    padding: 5px;
    color: #000 !important;
    background-color: white;
    
}



body.dokan-store #dokan-form-contact-seller input[type="text"]:-ms-input-placeholder,
body.dokan-store #dokan-form-contact-seller input[type="email"]:-ms-input-placeholder,
body.dokan-store #dokan-form-contact-seller textarea:-ms-input-placeholder {
    color: #fff !important;
}

body.dokan-store
.dokan-pagination-container {
    display: none !important;
}

body.dokan-store .woo-entry-inner.clr {
    width: 100% !important;
    background: #183d5c !important;
    box-shadow: 0 -2px 20.8px #000b1480 !important;
    border-radius: 20px !important;
    padding: 15px 10px !important;
    border: none !important;
}

body.dokan-store .woo-entry-image.clr img {
    border-radius: 20px !important;
}

body.dokan-store .woocommerce ul.products .product {
    position: static !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
}

body.dokan-store .woocommerce ul.products .product:hover {
    overflow: hidden !important;
}


body.dokan-store .dokan-store-products-filter-area .product-name-search {
    margin-right: 20px !important;
}

body.dokan-store .dokan-store-products-filter-area .product-name-search {
    font-size: 16px !important;
}

body.dokan-store input[type="submit"].dokan-btn-theme {
    padding: 10px 50px !important;
}


body.dokan-store .wt-pagination .page-numbers {
    text-align: center !important;
    margin-top: 20px !important;
}


body.dokan-store .dokan-single-store 
.profile-frame .profile-info-box 
.profile-info-summery-wrapper 
.profile-info-summery {
    background-color:  #002b4e !important;
}

body.dokan-store .dokan-store-wrap .profile-info-summery {
    box-shadow: inset 0 0 11px #012b4d !important;
    border-radius: 0px !important;
    padding: 20px !important;
    background: none !important;
}


body.dokan-store .dokan-single-store 
.profile-frame .profile-info-box 
.profile-info-summery-wrapper {
    font-size: 15px !important;
}



body.dokan-store .dokan-store-products-filter-area .orderby-search {
    font-size: 15px !important;
}

body.dokan-store .store-cat-stack-dokan.cat-drop-stack ul {
   
    margin: 0 !important;
    margin-bottom: 20px !important;
}


body.dokan-store .dokan-store-widget form.seller-form ul li {
    margin-bottom: 17px !important;
    border-bottom: none !important;
}


body.dokan-store .dokan-store-tabs ul.dokan-list-inline li.active a {
    background: #3da010 !important;
    color: #fff !important;
    border-radius: 10px !important;
}

body.dokan-store #comments {
    
    color: white !important;
}

body.dokan-store .dokan-single-store .store-review-wrap h2.headline {
    font-size: 18px;
    margin-bottom: 15px;
     color: white !important;
}


body.dokan-store .dokan-share-btn.dokan-btn.dokan-btn-theme.dokan-btn-sm {
  background:
    radial-gradient(63.11% 63.11% at 31.97% 19.67%,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%),
    #4334dd !important;

  border-radius: 0.331rem !important;
  font-family: "Titillium Web", Sans-serif !important;
  filter: drop-shadow(0px 4px 4px rgba(50, 50, 71, 0.08));
  color: #fff !important;
  transition: all 0.5s ease-in-out;
  line-height: 20px !important;
  padding: 14px 15px !important;
  border: none !important;
  font-weight: 600;
  font-size: 21px !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}


body.dokan-store .dokan-share-btn.dokan-btn.dokan-btn-theme.dokan-btn-sm:hover {
  background:
    radial-gradient(63.11% 63.11% at 31.97% 19.67%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%),
    #282077 !important;
}


body.dokan-store .dokan-single-store 
.profile-frame .profile-info-box 
.profile-info-summery-wrapper 
.profile-info-summery {
    background-color: #002b4e !important;
    color: #fff !important;
}


body.dokan-store input.dokan-form-control {
    color: white !important;
}


























p#coupon-error-notice {
  color: white;
  font-size: 16px;
  padding-top: 15px;
}

.woocommerce-message {
  display: inline-block;
  width: 100%;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: white !important;
  border: 1px solid #ddd;
  margin: 0 0 30px;
  padding: 10px 15px;
  text-align: left;
}

/* laptop */
@media (max-width: 1199.98px) {
  .post-type-archive-product #primary.content-area {
    width: 68% !important;
  }

  ul.products.oceanwp-row.clr.grid.tablet-col.tablet-2-col.mobile-col.mobile-1-col {
    display: grid !important;
    gap: 0 15px;
    grid-template-columns: 1fr 1fr;
  }
}

/* Tablet */
@media (max-width: 1024px) {

  .woocommerce ul.products li.product .button,
  .woocommerce button.button,
  .zl-add-to-cart .cart .button {
    font-size: 18px !important;
    padding: 14px 15px !important;
  }

  /* shortcode-product-detail page css */
  .shortcode-product-detail .wt-container {
    gap: 15px;
  }

  .shortcode-product-detail .wt-row {
    font-size: 13px;
  }
}

/* Tablet */
@media (max-width: 991.98px) {

  .woocommerce ul.products li.product .button,
  .woocommerce button.button,
  .zl-add-to-cart .cart .button {
    font-size: 16px !important;
    padding: 14px 15px !important;
  }

  .post-type-archive-product #primary.content-area,
  .post-type-archive-product .widget-area,
  #right-sidebar-inner {
    width: 100% !important;
  }

  .wt-product-meta {
    gap: 5px;
    font-size: 13px;
  }
}

/* =====================================
Tablet & Mobile (768px and below)
===================================== */

@media (max-width: 768px) {
  .owp-qv-content-inner div.product {
    grid-template-columns: 1fr;
  }

  .zl-product-data-tabs div#tab-description {
    padding: 10px !important;
    flex-direction: column;
  }

  .shortcode-product-detail {
    padding: 11px 10px !important;
  }

  #owp-qv-wrap img {
    margin: 0;
  }

  /* Elementor Image */
  .elementor-widget-image img {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
  }

  /* Elementor Container */
  .elementor-1512 .elementor-element.elementor-element-3cfb1388 {
    --flex-wrap-mobile: none !important;
  }

  /* WooCommerce Product Grid – 2 Columns */
  ul.products.oceanwp-row.clr.grid.tablet-col.tablet-2-col.mobile-col.mobile-1-col {
    grid-template-columns: repeat(2, 1fr);
  }

  /* shortcode-product-detail page css */
  .shortcode-product-detail .wt-container {
    flex-direction: column;
  }

  .shortcode-product-detail .wt-col {
    width: 100%;
  }

  .shortcode-product-detail .wt-row {
    align-items: flex-start;
  }

  .shortcode-product-detail .wt-label,
  .shortcode-product-detail .wt-value {
    width: 100%;
    text-align: left;
  }

  .shortcode-product-detail .wt-container {
    padding: 0;
    gap: 0;
  }

  .detail-page-pmdp .wt-product-meta span {
    font-size: 16px;
  }
}

/* =====================================
Small Devices (523px and below)
===================================== */

@media (max-width: 523px) {
  .widi-game-basic.wt-top {
    flex-direction: column;
  }

  body.woocommerce .products.tablet-2-col .product ul.woo-entry-inner.clr img.woo-entry-image-main {
    height: auto;
  }

  .product_detail_key {
    background: #183d5c;
    gap: 8px;
    flex-direction: column;
    padding: 10px;
  }

  .product_detail_key_value_A,
  .product_detail_key_value_B {
    flex-direction: column;
    gap: 8px;
  }

  /* Downloads Table Scroll */
  .woocommerce-order-downloads {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .woocommerce-order-downloads table.woocommerce-table--order-downloads {
    min-width: 650px;
    width: 100%;
  }

  .woocommerce-order-downloads table th,
  .woocommerce-order-downloads table td {
    white-space: nowrap;
  }

  ul.products.oceanwp-row.clr.grid.tablet-col.tablet-2-col.mobile-col.mobile-1-col {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 17px;
  }

  .detail-page-pmdp .wt-product-meta {
    justify-content: space-between !important;
  }

  .detail-page-pmdp .wt-product-meta span {
    font-size: 18px;
    border: none;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .woocommerce div.product.elementor .woocommerce-tabs .panel {
    padding: 14px 10px 0px !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-wrap: nowrap;
  }

  .woocommerce .woocommerce-tabs ul.wc-tabs li a {
    font-size: 14px !important;
  }
}

/* =====================================
Extra Small Devices (480px and below)
===================================== */

@media (max-width: 480px) {
  .woocommerce-MyAccount-content h2 {
    font-size: 15px !important;
    font-weight: 600;
  }

  .detail-page-pmdp .wt-product-meta span {
    font-size: 14px;
  }

  .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    margin: 0 !important;
  }

  .wt-product-meta span {
    display: flex;
    font-size: 14px;
    gap: 10px;
    border-bottom: 0px solid #cccccc33;
    padding-bottom: 10px;
    flex-direction: column;
  }

  .woocommerce ul.products li.owp-content-center .product-inner .wt-product-meta {
    color: #fff;
    display: flex;
    gap: 0;
    font-family: "Titillium Web";
    justify-content: space-around;
  }

  ul.products.oceanwp-row.clr.grid.tablet-col.tablet-2-col.mobile-col.mobile-1-col {
    gap: 20px 0px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 17px;
  }

  /* shortcode-product-detail page css */
  .shortcode-product-detail .wt-row {
    font-size: 12px;
  }

  div#tab-description p {
    font-size: 15px;
    margin: 0;
  }
}

/* body.woocommerce .products.tablet-2-col .product ul.woo-entry-inner.clr img.woo-entry-image-main {
height: 100% !important;
} */

/* shortcode-product-detail page css */
/* Safari Fix */
@supports (-webkit-touch-callout: none) {
  .shortcode-product-detail .wt-row {
    align-items: flex-start;
  }
}

/* =====================================
420px and below
===================================== */

@media (max-width: 420px) {
  .woocommerce .woocommerce-tabs ul.wc-tabs li a {
    font-size: 13px !important;
    padding: 6px !important;
  }

  /* WooCommerce Product Grid – 1 Column */
  ul.products.oceanwp-row.clr.grid.tablet-col.tablet-2-col.mobile-col.mobile-1-col {
    grid-template-columns: 1fr;
  }
}

/* =====================================
390px – 300px
===================================== */

@media (min-width: 300px) and (max-width: 390px) {
  .woocommerce-MyAccount-content .addresses .woocommerce-Address .title a {
    position: absolute;
    top: 44px;
    right: 10px;
    padding: 0 5px;
    background-color: #fff;
    color: #898989;
  }
}

/* =====================================
Very Small Devices (350px and below)
===================================== */

@media (max-width: 350px) {
  .wc-block-cart-items__row {
    display: block !important;
    text-align: left !important;
  }

  .wc-block-cart-item__image,
  .wc-block-cart-item__product,
  .wc-block-cart-item__total {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
  }

  .wc-block-cart-item__image img {
    margin: 0 auto !important;
    display: block;
  }

  .wc-block-cart-item__total {
    margin-top: 6px;
  }

  .wc-block-components-product-price__value,
  .wc-block-formatted-money-amount {
    font-size: 14px !important;
    white-space: normal !important;
    text-align: left !important;
    display: block;
  }
}