/**
* Theme Name: Bacola Child
* Description: This is a child theme of Bacola, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: bacola
* Version: 1.5.5
*/

:root {
    --size-form-radius: 30px;
}
 
.widget_text.klbfooterwidget.widget.widget_custom_html {
    margin-top: 0;
    margin-bottom: 20px;
}

.site-footer .footer-widgets .widget ul li + li {
    margin-top: 0rem;
}

p {
    font-size: unset;
    line-height: normal;
}

.site-phone {
    display: flex;
}

.site-phone .phone-icon {
    flex: 0 0 2.625rem;
    max-width: 2.625rem;
    height: 2.625rem;
    margin-right: .9375rem;
    border: 1px solid;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
} 

.site-phone .phone-detail {
    font-size: 12px;
}

.site-phone h4 {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
}

.klb-icon-box.contact-icon {
    background-color: #fae8cc;
}

.site-header .primary-menu {
    margin-left: auto;
    margin-right: auto;
}

a:hover {
    color: #dd9933;
}

.site-footer .footer-bottom .container {
    border: none;
}

.page-not-found--inner .btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.site-header .primary-menu .menu .mega-menu > .sub-menu > .menu-item > a {
    color: var(--color-primary);
}

.brand-logos-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.brand-logos-slider {
	border: 1px solid var(--color-border);
    border-radius: var(--size-border-radius);
}

.brand-logos-slider .slick-track .logo-item {
    text-align: center;
    padding: 20px; 
    height: auto;
    align-items: center;
    display: flex;
    justify-content: center;
}

.brand-logos-slider .slick-track .slick-slide + .slick-slide {
	 border-left: 1px solid var(--color-border);
}

.brand-logos-slider .slick-track .logo-item img {
	max-height: 40px;
}

.slider-wrapper .brand-logos-slider .slick-prev {
	left: -20px;
	transform: translateY(-50%);
}

.slider-wrapper .brand-logos-slider .slick-next {
	right: -20px;
	transform: translateY(-50%);
}

.site-canvas .canvas-menu .menu .menu-item.active > a, .site-canvas .canvas-menu .menu .menu-item.active > .menu-dropdown {
    color: var(--color-secondary);
}

.site-canvas .canvas-header .close-canvas {
	background-color: var(--color-primary);
}

.my-account-wrapper { display: flex; gap: 20px; }
.woocommerce-MyAccount-content { flex: 1; }
.my-account-wrapper .my-account-navigation { margin-bottom: 2.5rem; width: 280px; }

.my-account-wrapper .woocommerce-MyAccount-navigation ul li {
    width: 100%;
    margin-right: 0;
}

.site-login .login-form-container > *.register-form {
	display: none;
}

.site-login .login-form-container.show-register-form .register-form {
    opacity: 1;
    display: block;
    visibility: visible;
}

.site-login .login-form-container {
	width: 100%;
}

.site-login .login-form-container.show-register-form .login-form {
    opacity: 0;
    display: none;
}

.site-login .login-form-container.show-register-form {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

ul.woocommerce-error { 
    border: 1px solid #aa0000 !important; 
    color: #aa0000;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: none !important;
    border-radius: 4px!important;
    cursor: text;
    padding-bottom: 0px;
    padding-right: 0px;
    position: relative;
    height: 2.875rem;
    background: #f3f4f7 !important;
    padding: 10px 10px;
}
 

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	line-height: 1;
    height: 100%;
    border: none;
}

.woocommerce-MyAccount-content .button {
	height: 2rem;
	padding: 0 0.85rem;
}

:focus-visible {
	outline: none;
}

.brand-reg-btn {
    gap: 20px;
    display: flex;
    align-items: center;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--color-border-light);
    border-radius: var(--size-border-radius);
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    padding: 30px;
    margin: 40px 0;
}

.box-shadow h2 {
    margin-bottom: 20px;
}

input[type="file"] {
    margin: auto;
    padding: 10px 20px;
    border: 2px solid #f3f4f7;
    background-color: #fff;
    transition: border-color 0.25s ease-in-out;
    display: inline-block;
    width: 100%;
    background: var(--color-form-background);
}

input[type="file"]::file-selector-button {
  padding:10px 20px;
  border-width: 0;
  border-radius:var(--size-border-radius);
  background-color: var(--color-primary);
  color: #ffffff;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-size: 14px;
  margin-right: 1em;
}

input[type="file"]:hover {
  border-color: #888;
}

input[type="file"]:hover::file-selector-button {
  background-color: var(--color-secondary);
}

.select2-container--open .select2-dropdown--below {
    margin-top: 0 !important;
}

.site-login .site-login-container {
    max-width: 860px !important;
}

form select, select {
    width: 100%;
    appearance: auto !important;
}

div#bc-repeater {
    width: 100%;
}

.bc-brand-select { 
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-primary);
    font-size: .9375rem;
    width: 100%;
    height: 2.5rem;
    padding: 0 .9375rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--color-text);
    background-color: var(--color-form-background);
    border: 1px solid transparent;
    border-radius: var(--size-form-radius);
    -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1); 
}

.bc-centers-select {
 display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-primary);
    font-size: .9375rem;
    width: 100%;  
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--color-text);
    background-color: var(--color-form-background);
    border: 1px solid transparent;
    border-radius: var(--size-form-radius);
    -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1); 
}

.bc-repeater-row {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.klb-contact-form.contact-form-wrapper .form-wrapper .wpcf7-form .wpcf7-form-control { 
    padding: 10px 15px;
}

.bacola-myaccount-back-link {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content .button:hover { 
    color: #fff;
}

.klb-notice-ajax ul.woocommerce-error {
    color: #fff;
}

.klb-notice-ajax .woocommerce-message {
    list-style: none;
}

.klb-notice-ajax ul {
    list-style: none;
}

.brand-option {
    margin-bottom: 20px;
    width: 100%;
}

.checkbox + label {
    font-size: 16px;
    position: relative;
}

.checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox + label {
    position: relative;
    padding-left: 30px;
}

.checkbox + label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid var(--color-text);
    transition: background-color 0.25s ease;
    border-radius: 4px;
}

.checkbox + label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid var(--color-text);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.checkbox:checked ~ label:after {
    opacity: 1;
}

.assigned-centers {
    margin-bottom: 20px;
}

.assigned-centers {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.two-btn {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

button.select2-selection__clear {
    color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 0px 5px 2px 0; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    line-height: 0 !important;
    border-right: none !important;
}

#klbwl_wishlist .button {
    display: flex;
    gap: 5px;
}

.bc-repeater-row .form-group {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

button.button.bc-remove {
    margin-left: auto;
}

#account_display_name_description {
    font-size: 14px;
}

.product-dc-avail-list label.dc-name {
    font-size: 16px;
    margin: 0;
    border: 1px solid var(--color-border-dark);
    border-radius: 4px;
    padding: 3px 15px;
    margin: 5px 0 5px;
    cursor: pointer;
}

.dc-avail-radio {
    opacity: 0;
    position: absolute;
}

.dc-avail-radio:disabled + label {
    opacity: 0.5;
    cursor: not-allowed;
}

.dc-avail-radio:checked + label, .dc-avail-item input:not(:disabled) + label:hover {
    background: #e75000;
    border-color: #e75000;
    color: #ffffff;
}


.product-dc-avail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-dc-avail-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.clear-button {
    color: var(--color-primary);
    text-decoration: underline;
    cursor: pointer;
}

.dc-do-radio.button-primary, .dc-do-radio.button-secondary {
    position: absolute;
    opacity: 0;
}

.button-primary + label, .button-secondary + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-primary);
    height: 2.5rem;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0 .9375rem;
    border: 1px solid;
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 1.875rem !important;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    cursor: pointer;
}

.dc-do-radio.button-primary:checked + label, .dc-do-radio.button-secondary:checked + label   {
    background: var(--color-secondary);
} 

.product-dc-avail-wrapper, .product-do-sample-wrapper { width: 100%; margin-top: 20px; } 

.product-do-sample-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

pre { white-space: pre !important; }
.register-form .woocommerce-register-as { font-size: 14px; display: flex; justify-content: space-between; }
.my-account-page h2, .woocommerce-MyAccount-content h3 { 
    font-size: 1.5rem; ;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem; 
}

td {
    padding: 5px 10px;
}

.shop_table tbody td {
    font-size: 14px;
}

.woocommerce-mini-cart__buttons .button + .button {
    color: #fff;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    appearance: none !important;
}

.site-header .header-main .header-buttons .header-wishlist .klbth-icon-wishlist:before {
    content: "\e909";
    display: inline-block;
    font-family: tinvwl-webfont !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px; 
}

.woocommerce-shop .sidebar-inner .widget-title:after {
    content: '\e8d5';
    font-family: "klbtheme";
    display: inline-block;
    position: absolute;
    right: 0;
}

.woocommerce-shop .sidebar-inner .closed .widget-title:after {
    transform: rotate(-90deg);
}


.woocommerce-shop .sidebar-inner .widget-title {
    position: relative;
    cursor: pointer;
}

.detail-bnt.quick-view-button {
    display: none;
}

.klb-orders-style1 .woocommerce-orders-table__cell-order-actions {
    position: relative;
    right: 0;
    top: 0px;  
}

.woocommerce-MyAccount-content a.button {
    color: #ffffff;
    border-radius: 30px;
    line-height: 30px;
}

.woocommerce-MyAccount-content a.button:hover {
    background-color: var(--color-secondary);
}

.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    margin-bottom: 40px;
}

.brand-edit-form .button {
    font-size: 16px;
    padding: 5px 25px;
    height: auto;
}

tr.order-center {
    background: #f7f8fd;
    text-align: center;
}

tr.order-center td {
    text-align: center;
}

thead th {
    background: var(--color-border-light);
}

.register_distributor {
    text-align: right;
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--single {
    background-color: var(--color-form-background)  !important;
    border: none !important;
    border-radius: 30px !important;
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 38px !important;
    line-height: 40px !important;
}

table.shop_table.subscription_details {
    margin-bottom: 30px;
}

.order-review-wrapper { border: 2px solid var(--color-border); }
.order-review-wrapper .checkbox {
    opacity: 0;
    position: relative;
}

.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text p a, .order-review-wrapper .woocommerce-checkout-payment .validate-required .woocommerce-form__label span a {
    color: var(--color-secondary);
}

.cart-collaterals a.checkout-button, #order_review button#place_order {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    max-width: 400px;
    margin: 0 auto;
}

.order-review-wrapper .shop_table thead th { color: #000000; }
.woocommerce-cart-form table th { color: #000; }

td.cart-dc-label, td.checkout-dc-label, td.cart-coupon-label {
    padding-left: .75rem!important;
    font-size: 16px !important;
}

.cart-distributor-label, .checkout-distributor-label {
    background-color: var(--color-lighter);
    text-align: center !important;
    font-size: 18px !important;
}

.cart-wrapper .woocommerce-cart-form, .cart-wrapper #customer_details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

form.checkout_coupon.woocommerce-form-coupon {
    display: flex;
    gap: 10px;
}

.cart-wrapper .order-review-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25rem;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding: 1.875rem;
    border-width: 1px;
}

.plan-section {
    padding: 60px 0 0; 
}

.plan-section h2 {
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 30px;
}

.plan-wrap {
    display: flex;
    gap: 10px;
}

.plan-box {
    border-radius: 23px;
    background: #fff;
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: calc(20% - 10px);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

.plan-box.most-popular-block {
    border: 2px solid var(--color-primary);
}

.most-popular-text {
    position: absolute;
    background: var(--color-secondary);
    color: #fff;
    font-size: 14px;
    padding: 6px 9px;
    border-radius: 10px 10px 0px 0px;
    top: -36px;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
}

.plan-box .plan-top {
    text-align: center;
    position: relative;
}

.plan-box .plan-top h3 {
    font-size: 20px;
    background: var(--color-primary);
    border-radius: 20px 20px 0 0;
    color: #fff;
    padding: 15px 0;
    font-size: 19px;
}

.plan-box .plan-top .price {
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.plan-content {
    padding: 10px;
}

.plan-content h4 {
    font-size: 16px;
    font-weight: 600;
}

.plan-content  ul {list-style: none;padding: 0;}

.plan-box .plan-bottom {
    margin-top: auto;
    text-align: center;
    padding-bottom: 20px;
}

.plan-box .plan-bottom .button {
    width: 60%;
    text-align: center;
    justify-content: center;
}

.plan-content ul li {
    padding-bottom: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
}

.plan-content ul li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('./images/skills-icon.png') no-repeat center center;
    background-size: contain;
    margin-right: 10px;
    left: 0;
}

.plan-box .plan-top span.plan-price-period {
    font-size: 18px;
    font-weight: 600;
}

.klb-orders-style1 th.woocommerce-orders-table__header-order-actions {
    display: block;
}

.klb-orders-style1 tbody td, .klb-orders-style1 thead th {
    padding: 10px 20px 10px; 
} 

p.order-again a.button {
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}
form.woocommerce-ResetPassword.lost_reset_password .form-row-first {
    width: 40%;
}

.wc-bacola-order-items-table {
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.woocommerce-cart-form table.wc-bacola-order-items-table tbody td:first-child { 
    padding-left: .75rem;
}

.woocommerce-cart-form table.wc-bacola-order-items-table tbody td:last-child {
    padding-right: .75rem;
}

tr.order-discount th, tr.order-discount td {
    border-left: none !important;
    border-right: none;
}

.order-review-wrapper .shop_table.woocommerce-checkout-review-order-table tbody td {
    border: 1px solid var(--color-border-light);
}

td.checkout_table_col {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    border: none !important;
}

.order-review-wrapper .shop_table .woocommerce-checkout-review-order th {
    padding: .75rem;
}

.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe label, .order-review-wrapper .woocommerce-checkout-payment ul.payment_methods label {
    margin-left: 0;
    font-size: .875rem;
    font-weight: 600;
    margin-left: 0.25rem;
    color: var(--color-primary);
    margin-bottom: 0;
} 

.cart-with-quantity.product-in-cart .quantity {
    display: none;
}

.cart-with-quantity.product-in-cart a.button {
    display: inline-flex;
}

.elementor-widget-bacola-product-carousel .store-info{
    display: none;
}
.form-row.form-row-half {
    width: 50%;
}

[data-title] {    
  position: relative;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  color: #fff;
  border: 6px solid transparent;	
  border-bottom:6px solid #000;
}

 
.order-review-wrapper .shop_table tbody td.text-left {
  text-align: left;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    opacity: 1;
    margin-bottom: 20px !important;
}

.cart_item .quantity:has(input[readonly]) .quantity-button {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.cart_item .quantity input[readonly] {
    opacity: 0.5;
    cursor: not-allowed;
}

.order-review-wrapper .shop_table tfoot tr.order-total th {
    font-size: 18px;
    color: #000;
}

.no_subscriptions.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.woocommerce-MyAccount-content .no_subscriptions a.button {
    color: #ffffff !important;
    border-radius: 30px;
    line-height: 30px;
    display: inline-block;
    height: auto !important;
    text-align: center;
    width: auto !important;
    white-space: nowrap;
    text-decoration: none !important;
}

a.woocommerce-button {
    color: #fff;
}

ul.woocommerce-thankyou-order-details {
    border: 1px solid var(--color-border);
}

h2.woocommerce-order-details__title, h2.woocommerce-column__title, .releted_subscription h2, .woocommerce-order-details header h2 {
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bacola-shop-filter-widget input[type=checkbox] + span {
    position: relative; 
}

.bacola-shop-filter-widget input[type=checkbox] + span:before {
    border: 1px solid var(--color-border-dark);
    content: "";
    border-radius: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: .9375rem;
    vertical-align: middle;
}

.bacola-shop-filter-widget input[type=checkbox] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.bacola-shop-filter-widget input[type=checkbox]:checked + span:before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.bacola-shop-filter-widget input[type=checkbox] + span:after {
    position: absolute;
    font-family: 'klbtheme';
    font-size: .5rem;
    content: '\e8e1';
    line-height: 1;
    left: 4px;
    opacity: 1;
    color: #fff;
    top: 5px;
}

.bacola-shop-filter-widget input[type=checkbox]:checked + span:after {    
    opacity: 1;
}


.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe label, .order-review-wrapper .woocommerce-checkout-payment ul.payment_methods label {
    color: var(--wp--preset--color--black);
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
    margin-top: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table.my_account_orders thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.bt-spinner {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: transparent;
    border: 5px solid #ffffff;
    border-top-color: #e75000;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;  
    position: absolute;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    display: none;
}

.woocommerce-message.woocommerce-notice-success {
    background: var(--color-success-dark);
    color: #fff;
}

.woocommerce-message.woocommerce-notice-success a {
    color: #fff;
    text-decoration: underline;
}

.woocommerce-MyAccount-content .woocommerce-table--order-details a.woocommerce-button.button.tp_reorder.order-actions-button {
    margin-right: 5px;
}

.button.view {
    color: #fff;
}

.woocommerce-button.button.tp_reorder.order-actions-button {
    margin-right: 5px;
}
.single-product .single-wrapper .woocommerce-notices-wrapper{
    display: none;
}

.package-orders-form { margin-bottom: 20px; }
.package-orders-form .form-btn { display: flex; align-items: center; gap: 20px; }
.woocommerce-orders-table  ul { padding-left: 15px;}
.woocommerce-MyAccount-content a.button.view { margin: 2px; }

.woocommerce-cart-form__contents .product-thumbnail, .woocommerce-cart-form__contents .product-quantity {
    width: 100px;
}

.woocommerce-cart-form__contents .product-name {
    width: 220px;
}

.woocommerce-cart-form__contents .product-price, .woocommerce-cart-form__contents .product-subtotal {
    width: 80px;
}

.klb-orders-style1 .woocommerce-pagination {
    padding: 10px;
    margin: 0;
}

.klb-orders-style1 tbody td {
    border-bottom: 1px solid var(--color-border-light);
}

.woocommerce-MyAccount-content a.woocommerce-button.button.invoice.order-actions-button {
    margin: 3px;
}

.products-purchases-admin-wrap .select2-container.select2-container--default { width:100% !important; min-width: 240px; }

.products-purchases-admin-wrap .col-12.col-md-6.col-lg-4.mb-2 {
    padding-left: 0;
    max-width: max-content;
}

.pagination a.button {
    margin-right: 5px;
    text-decoration: none;
    font-size: 13px;
}

@media screen and (max-width: 1200px) {
    .plan-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .plan-box {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    
}

@media screen and (min-width: 64rem) {
    .site-footer .footer-widgets .container {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .site-footer .footer-widgets .col-five:first-child {
        max-width: 30%;
        flex: 30%;
        padding-right: 80px;
    }

    .site-footer .footer-widgets .col-five {
        flex: 1;
    }

    .site-footer {
        margin-top: 4rem;
    }
    .site-header .header-main .header-buttons .header-wishlist {
        display: block;
    }
}

@media screen and (max-width: 991px) {
      table.responsive_title_tabel thead {
        display: none;
    }

    table.responsive_title_tabel tr td:before {
        content: attr(data-label);
        font-weight: 600;
        display: inline-block;
        width: 70%;
        padding: 0 5px;
        text-transform: capitalize;
    }
    

    table.responsive_title_tabel tr td {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
    }

    .klb-orders-style1 tbody td {
        padding: 10px 20px 10px;
        border-bottom: 1px solid var(--color-border-light);
    }
    
}

@media screen and (max-width:767px) {
    .contact-header h2 {
        font-size: 2.2rem;
    }

    .klb-contact-form.contact-form-wrapper .form-wrapper .contact-header {
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }

    .brand-logos-slider .slick-track .slick-slide + .slick-slide {
	    border-left: none;
	}

	.site-canvas .canvas-menu .menu .menu-item .sub-menu {
		padding-left: 20px;
	}
    
    .my-account-wrapper {
        flex-wrap: wrap;
    }

    .woocommerce-MyAccount-content {
        flex: 1;
        width: 100%;
    }

    .my-account-wrapper .my-account-navigation {
        margin-bottom: 1rem;
        width: 100%;
    }

    .my_account_orders button {
        margin: 2px 0;
    }

    .plan-box {
        margin-bottom: 10px;
    }
    form.woocommerce-ResetPassword.lost_reset_password .form-row-first {
        width: 80%;
    }

    .klb-orders-style1 tbody td {
        padding: 10px 10px 10px;
    }
    
    .woocommerce-orders-table a.woocommerce-button.button.tp_reorder {
        margin: 3px;
    }

    .woocommerce-cart-form__contents .product-thumbnail, .woocommerce-cart-form__contents .product-quantity, .woocommerce-cart-form__contents .product-name {
        width: 100%;
    }

    .woocommerce-cart-form table td.product-remove {
        padding: 10px !important;
        width: 100% !important;
        position: relative;
        min-height: 40px;
        align-items: center;
        padding: 10px;
    }

    .woocommerce-cart-form table td.product-remove a {
        font-size: .625rem;
        left: auto;
        margin-top: 0px;
        right: 10px;
    }

    table.responsive_title_tabel tr td td.cart-distributor-label {
        border: none;
    }

    table.responsive_title_tabel tr td.cart-dc-label:before {
        display: none;
    }

}


