@charset "UTF-8";

.swatch-wrapper.selected,
.swatch-wrapper.swatch-only-label.selected {
    box-shadow: 0 0 0 1px var(--theme-primary-color)
}

.labtn-icon,
.lasf-custom-dropdown button:after {
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto
}

.select2-container .select2-selection--single {
    height: 50px;
    border-color: var(--theme-border-color);
    border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 11px;
    padding-left: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px
}

.col2-set::after,
.col2-set::before,
.form-row::after,
.form-row::before,
.product_list_widget li::after,
.product_list_widget li::before,
.socials-list::after,
.socials-list::before,
.widget_shopping_cart_content::after,
.widget_shopping_cart_content::before,
.woocommerce form.checkout.woocommerce-checkout:after,
.woocommerce form.checkout.woocommerce-checkout:before,
.woocommerce-account-fields::after,
.woocommerce-account-fields::before,
.woocommerce-billing-fields::after,
.woocommerce-billing-fields::before {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1
}

.col2-set::after,
.form-row::after,
.product_list_widget li::after,
.socials-list::after,
.wc-page-content .entry-summary .variations_button,
.widget_shopping_cart_content::after,
.woocommerce form.checkout.woocommerce-checkout:after,
.woocommerce-account-fields::after,
.woocommerce-billing-fields::after {
    clear: both
}

.wc-page-content ul.products figure,
.wc-toolbar .lasf-custom-dropdown,
div#la_compare_table_wrapper2,
div#la_shop_products,
table.variations,
table.variations td.value {
    position: relative
}

.la-ajax-shop-loading {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0
}

.la-ajax-shop-loading.loading {
    opacity: 1;
    visibility: visible
}

.close-advanced-product-filters,
.grouped_form .group_table .add_to_cart_button .labtn-icon,
.la-advanced-product-filters .wc-layered-nav-term .count,
.la-advanced-product-filters .wc-ordering p,
.la-advanced-product-filters .widget .widget-title:after,
.la-ajax-shop-loading.loading~div,
.la-compare-table .add_to_cart_wrap a .labtn-icon,
.la-compare-table .compare-tr-info .td-placeholder:before,
.swatch-wrapper .swatch-anchor-label,
.tinvwl-loop-button-wrapper,
.wc-page-content .entry-summary .group_table .add_to_cart_button .labtn-icon,
.wc-page-content .entry-summary .variations .label .swatch-label,
.wc-page-content .wc-tab-title,
.wc-page-content ul.products .add_to_cart_button.added,
.wc-page-content ul.products .added_to_cart .labtn-icon,
.wc-page-content ul.products .button .labtn-icon,
.wc-toolbar .lasf-custom-dropdown.wc-custom-filters:after,
.wc-toolbar-container.--hide-toolbar,
.wc-view-toggle,
.widget_layered_nav .la-swatches-widget-opts li .count,
.widget_layered_nav.hide-count .count,
.widget_price_filter .price_slider_amount .clear,
.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.button {
    display: none
}

.la-ajax-shop-loading.loading+div {
    display: block;
    min-height: 50vh;
    opacity: 0
}

.la-ajax-shop-loading .la-ajax-loading-outer {
    margin: 0 auto;
    display: block;
    width: 50px
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: LaStudioIcons;
    content: "";
    text-indent: 0
}

p.stars a:hover~a::before,
p.stars.selected a.active~a:before {
    content: ""
}

p.stars.selected,
p.stars:hover {
    color: #f5a623
}

.dokan-dashboard-wrap ul.subsubsub,
.free-shipping-required-notice .label-free-shipping .amount,
.tinv-wishlist .tinvwl-buttons-group button i:before,
p.stars:hover a {
    color: inherit
}

p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before,
p.stars:hover a:before {
    content: ""
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 14px 30px 14px 60px;
    margin: 0 0 30px;
    position: relative;
    background-color: #eeeff2;
    list-style: none !important;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    font-family: LaStudioIcons;
    content: "";
    display: inline-block;
    position: absolute;
    left: 25px;
    font-size: 26px;
    top: 2px;
    color: #6dde6d;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right;
    padding: 0;
    background: 0 0 !important;
    border: none !important;
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover {
    color: var(--theme-primary-color);
    text-decoration: underline
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important
}

.woocommerce-info:before {
    color: #6dde6d
}

.woocommerce-error:before {
    content: "";
    color: #c43002;
    top: 4px
}

#shipping_method {
    margin: 0;
    list-style: none;
    padding: 0;
    min-width: 140px
}

#shipping_method li input[type=checkbox],
#shipping_method li input[type=radio] {
    margin-bottom: 0;
    margin-right: 8px
}

.form-row.form-row-first,
.woocommerce-pagination.wc-toolbar ul.page-numbers {
    float: left
}

.form-row.form-row-last,
.la-myaccount-page .la-checkbox .lost_password,
.rtl .shop_table dl dd,
.rtl .shop_table dl dt {
    float: right
}

.form-row.form-row-first,
.form-row.form-row-last {
    width: 48%
}

.form-row.form-row-wide {
    float: left;
    width: 100%
}

.form-row label {
    margin-bottom: 10px;
    display: block
}

.form-row label.inline,
.shop_table dl p,
ul.wc-item-meta p {
    display: inline
}

.form-row .input-text {
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 48px
}

.col2-set {
    margin-left: -15px;
    margin-right: -15px
}

.col2-set .col-1,
.col2-set .col-2 {
    position: relative;
    float: left;
    min-height: 1px;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

.wc-toolbar {
    line-height: 24px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.wc-toolbar button {
    background: 0 0;
    border: none;
    padding: 0;
    color: inherit;
    margin-left: 30px
}

.wc-toolbar p {
    margin-bottom: 0
}

.wc-toolbar .woocommerce-result-count {
    margin-right: auto
}

.wc-toolbar .wc-view-toggle {
    margin-top: -1px
}

.wc-toolbar .wc-view-toggle button {
    float: left;
    font-weight: 400;
    font-size: 20px
}

.shop_table td,
.shop_table th,
.wc-toolbar .wc-view-toggle button i,
.wcvendor_store_desc ul li * {
    vertical-align: middle
}

.open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter,
.wc-page-content .product_meta a:hover,
.wc-page-content .wc-tabs-wrapper .wc-tabs li a:hover,
.wc-toolbar .wc-view-toggle button.active {
    color: var(--theme-primary-color)
}

.wc-toolbar .wc-view-toggle button:not(.active) {
    opacity: .5
}

.wc-toolbar .lasf-custom-dropdown i {
    vertical-align: middle;
    margin-top: -3px
}

.wc-toolbar .lasf-custom-dropdown button {
    margin: 0;
    padding: 12px 40px 12px 15px;
    direction: ltr
}

.wc-toolbar .lasf-custom-dropdown:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    padding-bottom: 20px
}

.swatch-wrapper.disabled:after,
.swatch-wrapper.disabled:before {
    width: 90%;
    height: 2px;
    background-color: red;
    position: absolute;
    left: 5%;
    margin-top: -1px;
    opacity: .4;
    z-index: 1;
    top: 50%
}

.wc-toolbar .lasf-custom-dropdown.is-hover ul {
    opacity: 1;
    visibility: inherit;
    margin-top: -1px
}

.wc-toolbar .lasf-custom-dropdown ul {
    right: 0;
    position: absolute;
    background-color: #fff;
    z-index: 11;
    visibility: hidden;
    margin-top: 20px;
    opacity: 0;
    transition: .25s;
    border: 1px solid var(--theme-border-color);
    min-width: 100%
}

.wc-toolbar .lasf-custom-dropdown ul li {
    display: block;
    border-bottom: 1px solid var(--theme-border-color);
    margin: 0
}

.wc-toolbar .lasf-custom-dropdown ul li:last-child {
    border-bottom: 0
}

.wc-toolbar .lasf-custom-dropdown ul li a {
    padding: 8px 15px;
    white-space: pre;
    display: block;
    font-size: .875em
}

.wc-toolbar .lasf-custom-dropdown ul li.active a,
.wc-toolbar .lasf-custom-dropdown ul li:hover a {
    background-color: #f1f0f0
}

.wc-view-toggle+.lasf-custom-dropdown {
    margin-left: 30px
}

.lasf-custom-dropdown button:after {
    font-family: LaStudioIcons;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 10px;
    font-size: 12px;
    line-height: 8px;
    position: absolute;
    right: 15px;
    top: calc(50% - 4px)
}

.lasf-custom-dropdown.is-hover button:after {
    content: ""
}

.open-advanced-shop-filter .btn-advanced-shop-filter:after {
    content: "" !important
}

.woocommerce table.wishlist_table {
    font-size: 100%
}

.swatch-control select,
a.reset_variations[style*=hidden] {
    display: none !important
}

.swatch-control.radio-select ul {
    padding: 0 !important;
    list-style: none !important;
    margin: 0
}

.swatch-control.radio-select li {
    list-style: none !important
}

.swatch-control.radio-select li label {
    display: inline;
    margin-left: 10px
}

.swatch-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 8px 4px 0;
    position: relative
}

.swatch-wrapper.disabled {
    position: relative;
    cursor: not-allowed;
    zoom: 1
}

.swatch-wrapper.disabled:before {
    content: "";
    transform: rotate(-45deg)
}

.swatch-wrapper.disabled:after {
    content: "";
    transform: rotate(45deg)
}

.swatch-wrapper.disabled .swatch-anchor {
    cursor: inherit;
    opacity: .4
}

.swatch-wrapper .swatch-anchor {
    display: block;
    position: relative;
    text-align: center;
    color: inherit;
    border-radius: inherit
}

.swatch-wrapper img {
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    display: block;
    vertical-align: middle;
    object-fit: cover;
    border-radius: inherit
}

.swatch-wrapper.selected .swatch-anchor {
    transform: scale(.85)
}

.swatch-wrapper.swatch-only-label {
    box-shadow: 0 0 1px
}

.swatch-wrapper.swatch-only-label.selected {
    color: var(--theme-primary-color)
}

.swatch-wrapper.swatch-only-label.selected .swatch-anchor {
    transform: scale(1)
}

.swatch-wrapper.la-swatch-item-style-rounder {
    border-radius: 5px
}

.products-grid-3 .wrap-addto a,
.swatch-wrapper.la-swatch-item-style-circle {
    border-radius: 50%
}

.variations_form .swatch-anchor-label {
    display: block;
    position: absolute;
    bottom: 80%;
    text-indent: 0;
    background: #000;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 4px;
    margin-bottom: 5px;
    min-width: 50px;
    color: #fff;
    left: 50%;
    white-space: pre;
    text-align: center;
    text-transform: none;
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    transition: .25s;
    font-size: 12px;
    pointer-events: none;
    z-index: 2
}

.variations_form .swatch-anchor-label:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #000 transparent transparent;
    margin-left: -4px
}

.variations_form .swatch-wrapper:hover .swatch-anchor-label {
    bottom: 100%;
    opacity: 1;
    visibility: inherit
}

.swatch-wrapper-more {
    font-size: 12px;
    text-transform: capitalize;
    display: none
}

.reset-all-shop-filter>span,
.swatch-wrapper-more span {
    vertical-align: middle;
    display: inline-block
}

.radio-select .disabled {
    cursor: not-allowed;
    zoom: 1;
    opacity: .5
}

.radio-select .disabled input,
.radio-select .disabled label {
    cursor: not-allowed
}

.woocommerce table.wishlist_table thead th:not(.product-name) {
    text-align: center
}

.la-advanced-product-filters {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .05);
    display: none;
    margin-bottom: 30px;
    font-size: 14px
}

.la-advanced-product-filters .sidebar-inner--filters {
    padding: 40px 40px 0;
    display: flex;
    justify-content: space-between
}

.la-advanced-product-filters .sidebar-inner--filters .widget {
    margin-bottom: 30px;
    width: 20%;
    margin-right: 15px
}

.la-advanced-product-filters .sidebar-inner--filters .widget ul.menu li {
    padding-top: 0;
    padding-bottom: 0
}

.la-advanced-product-filters .menu-item-price ul li {
    display: inline-block;
    width: 49%
}

.grouped_form .group_table,
.grouped_form .group_table td,
.la-advanced-product-filters .menu-item-price ul li a,
.wc-page-content .entry-summary .group_table,
.wc-page-content .entry-summary .group_table td {
    border: none;
    padding: 0
}

.la-advanced-product-filters .menu-item-price ul li a:hover {
    background: 0 0
}

.sidebar-inner--filters .widget_price_filter .price_slider_amount {
    flex-direction: column-reverse
}

.sidebar-inner--filters .widget_price_filter .ui-slider {
    margin-bottom: 10px
}

#pv_seller_info_container,
#pv_shop_description_container,
.pv_paypal_container,
.pv_seller_info_container,
.pv_shop_name_container,
.sidebar-inner--filters .widget_price_filter .price_slider_amount .price_label,
.woocommerce-terms-and-conditions-wrapper p.form-row,
p.form-row {
    margin-bottom: 20px
}

.la-advanced-product-filters-result {
    padding-bottom: 15px;
    font-size: 14px;
    text-align: center
}

.la-advanced-product-filters-result i {
    font-size: 22px;
    padding: 0 5px;
    vertical-align: middle
}

.wishlist_table tr td.product-thumbnail a {
    display: inline-block
}

.compare-tr-stock p.stock,
.products-list .product_item .wcvendors_sold_by_in_loop {
    display: block
}

.form-row .input-checkbox+label.checkbox {
    display: inline;
    text-transform: none
}

.wcv-store-header .store-info h3 {
    font-weight: 400;
    margin-top: 0;
    line-height: normal;
    margin-bottom: 8px
}

.wcv-store-header .store-info h3+a {
    margin-bottom: 10px;
    display: block;
    color: #f5b223
}

.date-pick+.btn {
    padding: 7px 20px
}

.table.table-vendor-sales-report {
    margin-top: 20px
}

.table.table-bordered {
    border-collapse: collapse
}

.table-condensed td,
.table-condensed th,
table.wcv-table td,
table.wcv-table th {
    padding: 8px
}

.wcvendors-pro-dashboard-wrapper .button,
.wcvendors-pro-dashboard-wrapper .wcv-button {
    display: inline-block;
    padding: 8px 20px;
    vertical-align: middle;
    color: #fff;
    border: none;
    text-decoration: none !important
}

.dokan_page_header--custom .profile-info-img {
    min-height: 300px;
    max-height: 500px
}

#tab-seller ul .text,
.cart-collaterals h2+p,
.featherlight-content #la_wishlist_table_wrapper .product-action .la-addcart,
.widget_price_filter .price_slider_amount .price_label {
    font-size: 12px
}

#la_wishlist_table_wrapper .blockUI.blockOverlay {
    background: url(../images/ajax-loader.gif) center center no-repeat #fff !important
}

.open-cart-aside #la_wishlist_table_wrapper .blockUI.blockOverlay {
    opacity: 0 !important;
    background-color: transparent !important
}

#la_wishlist_table_wrapper .product-action,
.cart-collaterals .shop_table td,
.ltr #la_wishlist_table_wrapper .product-action,
.woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table th.product-total {
    text-align: right
}

#la_wishlist_table_wrapper .product-action .la-addcart {
    text-transform: uppercase;
    padding: 14px 20px;
    min-width: 125px;
    text-transform: uppercase;
    font-size: 14px
}

.la-compare-table {
    display: block;
    margin: 0;
    width: 100%;
    overflow: auto;
    padding: 0;
    color: var(--theme-heading-font-color);
    border: none
}

.la-compare-table tr.compare-tr:first-child th {
    vertical-align: bottom
}

.dokan-store #main #content-wrap,
.la-compare-table tr.compare-tr:first-child td,
.la-compare-table tr.compare-tr:first-child th {
    padding-top: 0
}

.la-compare-table tr.compare-tr th {
    min-width: 268px;
    background-color: #fff;
    vertical-align: middle;
    border-left: 0;
    padding: 10px;
    position: -webkit-sticky;
    position: sticky;
    color: var(--theme-heading-font-color);
    text-align: center;
    font-weight: 500;
    border-right: none;
    z-index: 1
}

.la-compare-table tr.compare-tr th:after {
    top: 0;
    bottom: 0;
    border-right: 1px solid var(--theme-border-color);
    position: absolute
}

.ltr .la-compare-table tr.compare-tr th:after {
    right: -1px
}

.rtl .la-compare-table tr.compare-tr th:after {
    left: -1px
}

.flex-direction-nav a.flex-prev,
.ltr .la-compare-table tr.compare-tr th {
    left: 0
}

.flex-direction-nav a.flex-next,
.rtl .la-compare-table tr.compare-tr th {
    right: 0
}

.la-compare-table tr.compare-tr td {
    min-width: 300px;
    max-width: 100%;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    border-right-width: 0
}

.la-compare-table tr.compare-tr td .remove {
    margin-bottom: 10px;
    margin-top: 10px
}

.la-compare-table .td-placeholder:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 8px;
    background-color: #eee;
    border-radius: 2px
}

.la-compare-table .compare-tr-info {
    height: 250px
}

@media (max-width:1200px) {
    .la-compare-table .compare-tr-info {
        height: 220px
    }

    .la-compare-table tr.compare-tr th {
        min-width: 230px
    }

    .la-compare-table tr.compare-tr td {
        min-width: 260px
    }
}

.la-compare-table .compare-tr-info .td-placeholder {
    background-image: url(../images/placeholder.png);
    background-repeat: no-repeat;
    background-position: center
}

.la-compare-table h4 {
    font-size: 1em;
    margin: 15px 0 10px;
    font-family: inherit;
    font-weight: 400
}

.la-compare-table .image-wrap {
    width: 120px;
    max-width: 100%;
    margin: 0 auto
}

.la-compare-table .add_to_cart_wrap a {
    display: inline-block;
    font-family: inherit;
    font-weight: 500;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    border-radius: 30px;
    text-transform: uppercase
}

.la-compare-table del {
    color: #8a8a8a
}

.la-compare-table ins {
    text-decoration: none
}

.la-compare-table .compare-tr-stock .stock.in-stock {
    color: #10b705
}

.la-compare-table .compare-tr-stock .stock.out-of-stock {
    color: #de0000
}

.la_remove_from_compare {
    font-size: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
    opacity: .8
}

.la_remove_from_compare:hover {
    background-color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
    color: #fff;
    opacity: 1
}

.la_remove_from_compare i {
    vertical-align: middle;
    font-size: 12px
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: #3d9cd2;
    color: #fff;
    z-index: 9999
}

.demo_store:before {
    display: inline-block;
    font: 14px/1 LaStudioIcons;
    font-size: inherit;
    text-rendering: auto;
    margin-right: .5407911001em;
    content: ""
}

.labtn-icon,
.shop_table .product-remove .remove:before,
.woocommerce-login .woocommerce>h2:before,
a.reset_variations:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.processing .blockOverlay {
    background-image: url(../images/ajax-loader.gif) !important;
    background-position: center 30% !important;
    background-repeat: no-repeat !important
}

.woocommerce-MyAccount-content form .button {
    border-radius: 30px
}

form.track_order .form-row {
    width: 100%
}

form.track_order .form-row label {
    text-align: left;
    color: var(--theme-secondary-color);
    font-weight: 600
}

form.track_order .form-row .input-text {
    height: 60px;
    padding: 10px 20px
}

form.track_order .form-row .button {
    height: 60px;
    width: 100%;
    text-transform: uppercase;
    background-color: var(--theme-secondary-color);
    font-weight: 400
}

.products-grid-6 .wrap-addto .button:hover,
.wc-page-content ul.products .added_to_cart:hover,
.wc-page-content ul.products .button:hover,
form.track_order .form-row .button:hover {
    background-color: var(--theme-primary-color)
}

.tinv-wishlist .tinvwl-buttons-group button {
    border: none;
    background-color: #262626;
    color: #fff;
    padding: 5px 10px;
    line-height: 30px
}

.widget_price_filter .ui-slider {
    margin-bottom: 22px;
    position: relative;
    background-color: #d8d8d8;
    margin-right: 20px;
    height: 5px
}

.widget_price_filter .ui-slider:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 16px;
    background-color: #d8d8d8;
    right: -16px
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    background-color: #fff;
    cursor: ew-resize;
    top: -8px;
    border-radius: 50%
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 5px;
    background-color: var(--theme-secondary-color)
}

.widget_price_filter .price_slider_wrapper {
    padding-top: 5px;
    padding-bottom: 20px
}

.cart-flyout .widget_shopping_cart_content .total,
.widget_price_filter .price_slider_amount {
    display: flex;
    justify-content: space-between
}

.widget_price_filter .button {
    text-transform: uppercase;
    width: 110px;
    padding: 8px 10px;
    line-height: 20px;
    font-size: 11px;
    border: 2px solid;
    background-color: transparent;
    color: var(--theme-secondary-color)
}

ul.wc_payment_methods li,
ul.woocommerce-shipping-methods li {
    position: relative;
    margin-bottom: .6em
}

ul.wc_payment_methods input[type=radio],
ul.woocommerce-shipping-methods input[type=radio] {
    position: absolute;
    opacity: 0;
    font-size: 0
}

ul.wc_payment_methods input[type=radio]+label,
ul.woocommerce-shipping-methods input[type=radio]+label {
    padding-left: 25px;
    position: relative
}

ul.wc_payment_methods input[type=radio]+label:before,
ul.woocommerce-shipping-methods input[type=radio]+label:before {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 1px;
    box-shadow: 0 0 3px 0 inset rgba(0, 0, 0, .2)
}

ul.wc_payment_methods input[type=radio]:checked+label:before,
ul.woocommerce-shipping-methods input[type=radio]:checked+label:before {
    border: 5px solid #2196f3
}

ul.wc_payment_methods {
    margin: 0;
    list-style: none
}

ul.wc_payment_methods .wc_payment_method img {
    max-width: 120px
}

ul.wc_payment_methods .about_paypal {
    font-size: .8em;
    padding-left: 10px;
    vertical-align: middle
}

ul.wc_payment_methods .payment_box p {
    margin: 5px 0 10px;
    font-size: .9286em
}

.woocommerce-privacy-policy-text {
    margin: 1em 0 2em
}

.la-advanced-product-filters .widget .widget-title {
    font-size: 1.125em;
    margin-bottom: 20px;
    font-family: inherit;
    letter-spacing: 0;
    font-weight: 600
}

.la-advanced-product-filters .widget ul li {
    padding: 0;
    margin-bottom: 10px
}

.widget_layered_nav .la-swatches-widget-opts {
    margin-left: -7px;
    margin-right: -7px
}

.widget_layered_nav .la-swatches-widget-opts li {
    display: inline-block;
    padding: 0;
    margin: 0 7px 10px
}

.widget_layered_nav .la-swatches-widget-opts li .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) {
    padding: 0;
    margin: 0;
    border-radius: 50%
}

.widget_layered_nav .la-swatches-widget-opts li .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) .swatch-anchor {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%
}

.widget_layered_nav .la-swatches-widget-opts li.active .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label):after,
.widget_layered_nav .la-swatches-widget-opts li:hover .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label):after {
    content: "";
    font-family: LaStudioIcons;
    position: absolute;
    top: 6px;
    font-size: 16px;
    line-height: 1;
    left: 7px;
    color: #fff
}

.widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li a:before {
    content: "";
    font-size: 10px;
    margin-right: 10px;
    float: left;
    line-height: 1;
    margin-top: .5em;
    border: 1px solid var(--theme-three-color);
    width: 15px;
    height: 15px
}

.widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li a:after {
    font-family: LaStudioIcons;
    position: absolute;
    left: 0;
    font-size: 10px;
    margin-left: 3px;
    margin-top: 3px;
    color: #fff
}

.widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li.chosen a:before,
.widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li:hover a:before {
    background-color: var(--theme-primary-color);
    border-color: transparent
}

.widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li.chosen a:after,
.widget_layered_nav:not(.no-style) .woocommerce-widget-layered-nav-list li:hover a:after {
    content: ""
}

.widget_layered_nav .count {
    font-size: .875em
}

.woocommerce-pagination.wc-toolbar .lasf-custom-dropdown {
    float: right;
    margin: 1px 0 0
}

.woocommerce-pagination.wc-toolbar .lasf-custom-dropdown ul {
    bottom: 100%;
    margin: 0 0 -1px
}

#la_compare_table_wrapper {
    font-size: .875em;
    margin-bottom: 10%
}

.la-compare-table.show-vtb::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.la-compare-table.show-vtb::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.la-compare-table.show-vtb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--theme-border-color)
}

.la-compare-table.show-vtb::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

#la_compare_table_wrapper,
#la_wishlist_table_wrapper {
    --theme-border-color: #dedede
}

.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    position: absolute;
    font-size: 2em;
    z-index: 1;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.328' height='16.328'%3E%3Cg fill='none' stroke='%23212121' stroke-miterlimit='10'%3E%3Cpath d='m15.5.828-6 6'/%3E%3Cpath d='M9.697.5h6.131v6.131' stroke-linecap='square'/%3E%3Cpath d='m.5 15.828 6-6'/%3E%3Cpath d='M.5 9.697v6.131h6.131' stroke-linecap='square'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    box-shadow: 0 0 6px 0 #00000021
}

.woocommerce-product-gallery__image a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.woocommerce-product-gallery__image a img {
    width: 100%
}

.lakit-product-images .woocommerce-product-gallery img,
.lakit-product-images .woocommerce-product-gallery img.zoomImg {
    background-color: #f9f9f9
}

.woocommerce-product-gallery .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap
}

.woocommerce-product-gallery .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs li img:hover {
    opacity: 1;
    border: 1px solid var(--theme-primary-color)
}

.woocommerce-MyAccount-navigation ul,
ul.flex-direction-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

.flex-direction-nav a {
    width: 40px;
    height: 40px;
    line-height: 0;
    font-size: 0;
    background: #fff;
    position: absolute;
    text-align: center;
    top: calc(50% - 20px);
    opacity: .5
}

.flex-direction-nav a:before {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    vertical-align: middle
}

.flex-direction-nav a:hover {
    opacity: 1
}

.flex-prev:before {
    content: "←"
}

.flex-next:before {
    content: "→"
}

.product-nextprev {
    margin-bottom: 1em
}

.woocommerce-product-details__short-description ul {
    list-style: circle inside;
    margin: 0
}

a.reset_variations {
    position: absolute;
    display: none;
    visibility: hidden;
    font-size: 12px;
    bottom: -2em;
    white-space: pre;
    left: 0
}

a.reset_variations:before {
    content: "";
    font-family: LaStudioIcons;
    padding-right: 5px;
    speak: none;
    text-transform: none;
    vertical-align: middle;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: -1px
}

.wc-page-content>div.product .product--inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.wc-page-content>div.product .woocommerce-product-gallery-outer {
    width: 48%;
    margin-bottom: 2em;
    position: relative
}

.wc-page-content>div.product .woocommerce-product-gallery-outer .flex-control-thumbs {
    justify-content: center;
    width: 80%;
    margin: 10px auto 0
}

.wc-page-content>div.product .woocommerce-product-gallery-outer .flex-control-thumbs li {
    padding: 5px
}

.wc-page-content>div.product .entry-summary {
    width: 45%;
    margin-bottom: 2em;
    align-self: flex-start;
    position: sticky;
    top: calc(var(--lakit-header-height, 0) + var(--adminbar-height))
}

.wc-page-content h1.product_title {
    font-size: var(--theme-h3-font-size)
}

.wc-page-content .single-price-wrapper {
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-secondary-color);
    margin-bottom: 20px
}

.wc-page-content .single-price-wrapper del {
    font-size: .875em;
    font-weight: 400;
    color: var(--theme-three-color)
}

.wc-page-content .woocommerce-product-details__short-description {
    margin-bottom: 2em
}

.wc-page-content .entry-summary .cart {
    margin-bottom: 3em
}

.cart .wrap-cart-cta,
.wc-page-content .entry-summary .cart .wrap-cart-cta {
    display: flex;
    margin-bottom: 1em
}

.btn-clear-cart,
.wc-page-content .entry-summary .cart .wrap-cart-cta .quantity {
    margin-right: 10px
}

.wc-page-content .entry-summary .cart .wrap-cart-cta .button {
    font-size: 1em;
    padding: 22px 50px;
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color)
}

.open-quickcart .is--qvpp .featherlight-close-icon:hover,
.open-quickcart .is--qvpp .wc-page-content>div.product .wrap-cart-cta .single_add_to_cart_button,
.wc-page-content .entry-summary .cart .wrap-cart-cta .button:hover {
    background-color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color)
}

.wc-page-content .entry-summary .group_table tr {
    float: left;
    width: 100%;
    padding-left: 80px;
    position: relative;
    min-height: 60px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eceaea;
    padding-bottom: 10px
}

.wc-page-content .entry-summary .group_table td:first-child {
    position: absolute;
    left: 0;
    width: auto;
    padding: 0;
    top: 10px
}

.wc-page-content .entry-summary .group_table .stock {
    background: 0 0;
    color: inherit;
    padding: 0 0 0 10px;
    display: inline;
    margin: 0 0 0 10px;
    font-weight: 400
}

.cp-item--price,
.shop_table td.product-subtotal,
.wc-page-content .entry-summary .group_table .woocommerce-grouped-product-list-item__label,
.wc-page-content .product_meta a,
.wc-page-content .product_meta>span.sku,
.wc-page-content .wc-tabs-wrapper .wc-tabs li.active a,
.wl-item--price,
.wl-item--stock,
.woocommerce-checkout-review-order,
form.checkout label {
    color: var(--theme-secondary-color)
}

.grouped_form .group_table .woocommerce-grouped-product-list-item__label,
.grouped_form .group_table .woocommerce-grouped-product-list-item__price,
.wc-page-content .entry-summary .group_table .woocommerce-grouped-product-list-item__label,
.wc-page-content .entry-summary .group_table .woocommerce-grouped-product-list-item__price {
    width: 100%;
    text-align: left;
    display: block;
    padding: 0 0 0 15px
}

.grouped_form .group_table .add_to_cart_button,
.wc-page-content .entry-summary .group_table .add_to_cart_button {
    padding: 10px;
    margin-top: 10px
}

.grouped_form .group_table tr.product-type-variable,
.wc-page-content .entry-summary .group_table tr.product-type-variable {
    padding-left: 120px
}

.wc-page-content .entry-summary .variations .label,
.wc-page-content .entry-summary .variations td {
    padding: 0;
    display: inline-block;
    vertical-align: middle
}

.wc-page-content .entry-summary .variations {
    margin-bottom: 2em;
    font-size: .875em
}

.shop_table.woocommerce-cart-form__contents,
.wc-page-content .entry-summary .variations,
.wc-page-content .entry-summary .variations td,
.wc-page-content .entry-summary .variations th {
    border: none
}

.wc-page-content .entry-summary .variations td.value {
    width: calc(100% - 110px);
    padding: 5px 0
}

.wc-page-content .entry-summary .variations .label {
    min-width: 100px
}

.wc-page-content .entry-summary .variations .label .swatch-label:not(:empty):before {
    content: ":";
    margin-left: 5px;
    padding-right: 5px
}

.wc-page-content .entry-summary .single_variation {
    margin-bottom: 1em;
    display: flex;
    flex-flow: row wrap
}

.wc-page-content .product_meta {
    font-size: .875em;
    color: var(--theme-three-color)
}

.wc-page-content .product_meta>span {
    display: block;
    margin-bottom: .5em
}

.wc-page-content .wc-tabs-wrapper {
    margin-bottom: 100px;
    margin-top: 50px;
    width: 100%
}

.wc-page-content .wc-tabs-wrapper .wc-tabs {
    text-align: center;
    border-bottom: 1px solid var(--theme-border-color);
    margin: 0 0 40px
}

.wc-page-content .wc-tabs-wrapper .wc-tabs li {
    display: inline-block;
    padding: 0 20px;
    margin: 0
}

.wc-page-content .wc-tabs-wrapper .wc-tabs li a {
    display: block;
    font-size: 20px;
    position: relative;
    padding: 5px 0;
    color: var(--theme-three-color)
}

.wc-page-content .wc-tabs-wrapper .wc-tabs li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    border-bottom: 2px solid transparent;
    width: 100%;
    left: 0
}

.wc-page-content .wc-tabs-wrapper .wc-tabs li.active a:after {
    border-color: var(--theme-primary-color)
}

.wc-page-content.prod-qv-wrap .entry-summary,
.wc-page-content.prod-qv-wrap .woocommerce-product-gallery-outer,
.wc-stripe-error li {
    margin-bottom: 0 !important
}

.wc-page-content.prod-qv-wrap>div.product .entry-summary {
    width: 49%;
    padding-top: 2%;
    position: static
}

.wc-page-content.prod-qv-wrap h1.product_title {
    font-size: var(--theme-h2-font-size);
    display: block
}

.grouped_form .group_table td:first-child {
    position: absolute;
    left: 0;
    width: auto;
    padding: 0
}

.grouped_form .group_table tr {
    float: left;
    width: 100%;
    padding-left: 80px;
    position: relative;
    min-height: 60px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--theme-border-color);
    padding-bottom: 10px
}

.grouped_form .group_table .stock {
    background: 0 0;
    color: inherit;
    padding: 0 0 0 10px;
    display: inline;
    font-weight: 400;
    margin: 0 0 0 10px
}

.product_item .item--overlay,
.products-grid-3 .product_item--info-action a:hover,
.products-list .product_item--info-action .la-addcart {
    background-color: var(--theme-secondary-color)
}

.grouped_form .group_table .woocommerce-grouped-product-list-item__label {
    color: var(--theme-secondary-color);
    font-weight: 600
}

.grouped_form .group_table .quantity {
    display: flex !important
}

.cross-sells>h2,
section.products>h2 {
    text-align: center;
    margin-bottom: 2em;
    font-size: var(--theme-h1-font-size)
}

.lastudio-kit .lakiticon-type-arrow .wc-tab-title a:after {
    content: "";
    font-family: LaStudioIcons;
    transition: .3s;
    transform: scale(.8)
}

.lastudio-kit .lakiticon-type-arrow .wc-tab.active .wc-tab-title a:after {
    content: "";
    transform: rotate(90deg) scale(.8)
}

.lastudio-kit ul.products.lakit-products__list li {
    padding-top: 0;
    padding-bottom: 0;
    list-style: none
}

.woocommerce-loop-category__title mark {
    background: 0 0;
    color: inherit
}

.wc-page-content ul.products {
    --theme-product-item-gap: 30px;
    --theme-product-col: 3;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(var(--theme-product-item-gap) * -.5);
    margin-left: calc(var(--theme-product-item-gap) * -.5);
    list-style: none;
    margin-bottom: 2em
}

.site-no-sidebar .wc-page-content ul.products {
    --theme-product-col: 4
}

@media (max-width:1280px) {
    .wc-page-content ul.products {
        --theme-product-col: 2
    }

    .site-no-sidebar .wc-page-content ul.products {
        --theme-product-col: 3
    }
}

@media (max-width:880px) {
    .site-no-sidebar .wc-page-content ul.products {
        --theme-product-col: 2
    }
}

.wc-page-content ul.products>li {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--theme-product-item-gap) * .5);
    padding-left: calc(var(--theme-product-item-gap) * .5);
    flex: 1 0 calc(100%/var(--theme-product-col));
    max-width: calc(100%/var(--theme-product-col));
    margin-bottom: 40px;
    position: relative
}

.wc-page-content ul.products a {
    position: relative;
    display: block
}

.wc-page-content ul.products img {
    width: 100%;
    margin-bottom: 20px;
    transition: .5s
}

.wc-page-content ul.products h2 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: inherit
}

.wc-page-content ul.products .price {
    font-size: 18px;
    font-weight: 600;
    color: #353535
}

.wc-page-content ul.products .added_to_cart,
.wc-page-content ul.products .button {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    padding: 15px 20px;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    background-color: var(--theme-secondary-color);
    color: #fff;
    font-size: 14px;
    line-height: 1
}

#la_wishlist_table_wrapper thead,
.wc-page-content ul.products li:hover figure {
    background: #f9f9f9
}

.wc-page-content ul.products li:hover img {
    opacity: .8
}

.wc-page-content ul.products li:hover .added_to_cart,
.wc-page-content ul.products li:hover .button {
    opacity: 1;
    margin-top: 0;
    visibility: inherit
}

.labtn-icon {
    font-family: LaStudioIcons;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.labtn-icon-quickview:before {
    content: ""
}

.labtn-icon-wishlist:before {
    content: "";
    bottom: -1px;
    position: relative
}

.added .labtn-icon-wishlist:before {
    content: ""
}

.labtn-icon-compare:before {
    content: ""
}

.labtn-icon-cart:before {
    content: ""
}

.product_item--category-link {
    font-size: .875em;
    line-height: normal;
    margin-bottom: 5px;
    color: var(--theme-primary-color);
    display: none
}

.product_item--category-link a+a:before {
    content: ", "
}

.product_item--category-link a:not(:first-child) {
    display: none
}

#customer_login a:hover,
.product_item--category-link a:hover {
    text-decoration: underline
}

.product_item--author,
.products-grid .button .labtn-icon {
    display: block
}

.product_item--info .star-rating {
    margin-bottom: 10px
}

.product_item .item--overlay {
    z-index: 2
}

.product_item .product_item--thumbnail {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.product_item .product_item--thumbnail-holder {
    text-align: center
}

.product_item .product_item--thumbnail-holder a {
    display: block;
    margin: 0 auto;
    position: relative
}

.product_item .product_item--thumbnail-holder a img {
    width: 100%;
    display: block
}

.product_item .product_item--info {
    position: relative;
    z-index: 2;
    padding-top: .875em;
    padding-bottom: .875em
}

.product_item .added_to_cart,
.product_item .item--excerpt,
.product_item .product_item--rating~.product_item--rating,
.product_item .swatch-wrapper:nth-of-type(4)~.swatch-wrapper,
.product_item .variations_form .swatch-label,
.product_item .variations_form td.label,
.product_item.prod-rating-off .product_item--rating {
    display: none
}

.product_item .price {
    line-height: 1.4;
    display: block;
    font-size: 1em
}

.product_item .price del {
    font-weight: 400;
    opacity: .5;
    color: var(--theme-body-font-color);
    font-size: .875em
}

.product_item .reset_variations,
.product_item .single_variation_wrap,
.woocommerce-product-gallery-outer .woocommerce-product-gallery__image>img.zoomImg {
    display: none !important
}

.product_item .variations_form table,
.product_item .variations_form tbody,
.product_item .variations_form td,
.product_item .variations_form tr {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%
}

.product_item .swatch-wrapper .swatch-anchor {
    width: 15px !important;
    height: 15px !important
}

.product_item .swatch-wrapper.swatch-only-label {
    box-shadow: none !important
}

.product_item .swatch-wrapper.swatch-only-label .swatch-anchor {
    min-width: 0 !important;
    min-height: 0 !important;
    line-height: 15px !important;
    width: auto !important
}

.la-myaccount-page .la_tab_control li,
.product_item .swatch-wrapper:nth-of-type(5)~.swatch-wrapper-more,
.wcvendor_store_desc ul li {
    display: inline-block
}

.products-list .product_item .product_item--thumbnail .button:not(.quickview),
.products-list .product_item--info-action .add_compare .labtn-text,
.products-list .product_item--info-action .add_wishlist .labtn-text,
.products-list .product_item--info-action .button.quickview,
.products-list .product_item--info-action .labtn-icon-cart {
    display: none
}

.product_item .product_item--inner {
    transition: .3s
}

.products-list .product_item--info-action .button {
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    vertical-align: middle;
    padding: 0
}

.products-list .product_item--info-action .la-addcart {
    margin-right: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 14px
}

.products-list .product_item--info-action .la-addcart:hover {
    background-color: var(--theme-primary-color);
    color: #fff
}

.products-list .product_item--info-action .add_compare,
.products-list .product_item--info-action .add_wishlist {
    width: 40px;
    background: 0 0;
    color: var(--theme-secondary-color);
    font-size: 18px
}

#customer_login .lost_password a:hover,
#customer_login a,
.cart .add_compare:hover,
.cart .add_wishlist:hover,
.la_wishlist-bottom_actions a:hover,
.la_wishlist-bottom_actions span:hover,
.products-grid .button.added,
.products-list .product_item--info-action .add_compare:hover,
.products-list .product_item--info-action .add_wishlist:hover {
    color: var(--theme-primary-color)
}

#customer_login .lost_password a,
#customer_login h2 {
    color: var(--theme-three-color)
}

.products-list .product_item {
    width: 100%;
    padding-bottom: 40px
}

.products-list .product_item .product_item--thumbnail {
    float: left;
    width: 32%
}

.products-list .product_item .product_item--thumbnail .quickview {
    background-color: #fff;
    color: var(--theme-secondary-color);
    border-radius: 50%;
    padding: 0;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    transform: translate(0, 40px);
    z-index: 3
}

.products-list .product_item .product_item--thumbnail .quickview:hover,
.wcvendor_profile_menu_tabs a:hover,
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li:hover a {
    background-color: var(--theme-primary-color);
    color: #fff
}

.products-list .product_item .product_item--thumbnail .quickview .labtn-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 20px
}

.products-grid .button .labtn-text,
.products-list .product_item .product_item--thumbnail .quickview .labtn-text {
    font-weight: 400;
    z-index: 3;
    opacity: 0;
    white-space: pre;
    font-family: sans-serif;
    line-height: 14px;
    left: 50%;
    position: absolute
}

.products-list .product_item .product_item--thumbnail .quickview .labtn-text {
    padding: 5px 12px;
    transition: opacity .2s, margin .3s;
    font-size: 12px;
    transform: translateX(-50%);
    top: -30px;
    margin-top: -12px;
    background-color: #fff;
    color: var(--theme-secondary-color)
}

.products-list .product_item .product_item--thumbnail .quickview .labtn-text:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    opacity: .9
}

.products-list .product_item .product_item--thumbnail .quickview:hover .labtn-text {
    visibility: inherit;
    opacity: 1;
    margin-top: -5px
}

.products-list .product_item .product_item--info {
    padding-left: 50px;
    float: left;
    width: 68%;
    padding-top: 0
}

.products-list .product_item .product_item--rating {
    margin-top: -5px
}

.products-list .product_item .item--excerpt {
    display: block;
    margin-bottom: 20px;
    font-size: .875em
}

.products-list .product_item .price,
.products-list .product_item .product_item--title {
    margin-bottom: 15px;
    font-size: 1.125em
}

.products-list .product_item form.variations_form {
    margin-bottom: 1em
}

.products-list .product_item .la-swatch-control {
    margin-bottom: 20px
}

.products-list .product_item:hover .product_item--thumbnail .quickview {
    opacity: 1;
    transform: translate(0, 0)
}

.products-list .product_item:hover .item--overlay {
    opacity: .5
}

.products-grid li.product_item .product_item--action:hover .button {
    transition-delay: 0s
}

.products-grid .wrap-addto {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.products-grid .product_item--info-action,
.products-grid-3 .product_item--info-action a:not(.la-addcart),
.products-grid-3 .product_item_thumbnail_action .la-addcart {
    display: none
}

.products-grid .button {
    padding: 0;
    vertical-align: middle;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 16px;
    position: relative;
    opacity: 0;
    background-color: #fff;
    color: var(--theme-secondary-color);
    margin: 5px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .05);
    transform: translate(0, 40px);
    transition-delay: 0.1s
}

.products-grid .button+.button {
    transition-delay: 150ms
}

.products-grid .button+.button+.button {
    transition-delay: 0.2s
}

.products-grid .button .labtn-text {
    padding: 5px 12px;
    font-size: 12px;
    bottom: 100%;
    background-color: #333;
    color: #fff;
    text-transform: none;
    border-radius: 2px;
    transition: opacity .2s, margin .3s;
    transform: translateX(-50%);
    pointer-events: none
}

.products-grid .button:hover,
.products-grid-3 .product_item--info-action a {
    background-color: var(--theme-primary-color);
    color: #fff
}

.products-grid .button .labtn-text:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    opacity: .9;
    transform: translateX(-50%)
}

.products-grid .button:hover .labtn-text {
    visibility: inherit;
    opacity: 1;
    margin-bottom: 10px
}

.products-grid .product_item--title {
    margin-bottom: 5px;
    font-size: 1.125em;
    line-height: 1.4;
    font-family: inherit
}

.products-grid .product_item--info,
.socials-list,
body.woocommerce-account:not(.logged-in) .page-content .woocommerce>h2 {
    text-align: center
}

.products-grid .product_item--info .la-swatch-control {
    line-height: 0
}

.products-grid .product_item_thumbnail_action .wrap-addto {
    position: absolute;
    bottom: calc(50% - 25px);
    z-index: 2;
    width: 100%;
    left: 0;
    text-align: center
}

.products-grid .product_item--inner:hover .button {
    opacity: 1;
    transform: translate(0, 0)
}

.products-grid .product_item--inner:hover .item--overlay {
    opacity: 0
}

.products-grid-1 .product_item_thumbnail_action .wrap-addto {
    bottom: 25px
}

.products-grid-1 .product_item--thumbnail,
.products-grid-8 .product_item--inner {
    border: .5px solid var(--theme-border-color)
}

.products-grid-2 .product_item--inner:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.products-grid-3 .product_item--inner {
    position: relative;
    border-radius: 36px;
    overflow: hidden
}

.products-grid-3 .product_item--inner:hover .product_item--info {
    bottom: 0;
    opacity: 1
}

.products-grid-3 .product_item--info {
    position: absolute;
    bottom: -100px;
    width: 100%;
    padding: 20px 30px 25px;
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    align-items: center;
    transition: .3s;
    opacity: 0;
    text-align: inherit
}

.products-grid-3 .product_item--info-inner {
    flex-grow: 3
}

.products-grid-3 .product_item--info-action {
    display: block;
    margin-left: 10px;
    margin-right: -10px
}

.products-grid-3 .product_item--info-action a {
    transform: none;
    opacity: 1;
    margin: 0
}

.featherlight-content #la_wishlist_table_wrapper td,
.products-grid-4 .product_item--inner {
    padding: 20px
}

.products-grid-4 .product_item--inner:hover,
.products-grid-5 .wrap-addto .button {
    box-shadow: 0 0 10px rgba(0, 0, 0, .08)
}

.products-grid-5 .product_item--inner {
    border: .5px solid var(--theme-border-color);
    display: flex;
    flex-direction: column
}

.products-grid-5 .product_item--info {
    flex-grow: 1
}

.products-grid-5 .product_item_thumbnail_action,
.products-grid-8 .product_item_thumbnail_action .la-addcart {
    display: none
}

.products-grid-5 .product_item--info-action {
    display: block;
    position: absolute;
    width: 100%;
    top: calc(100% - 25px);
    left: 0
}

.products-grid-6 .wrap-addto .button {
    border-radius: 50%;
    box-shadow: 0 0 2px 0 #fff;
    background-color: transparent;
    color: #fff
}

#wcvendor_profile_inner,
.la_wishlist-bottom,
.product_list_widget li,
.products-grid-7 .product_item--inner,
.woocommerce-product-gallery-outer .woocommerce-product-gallery {
    position: relative
}

.products-grid-7 .product_item--inner:hover .product_item--info {
    bottom: 0;
    opacity: 1
}

.products-grid-7 .product_item--info {
    position: absolute;
    bottom: -100px;
    width: calc(100% - var(--lakit-p_item--c-ml, 0px) - var(--lakit-p_item--c-mr, 0px));
    padding: 20px 30px 25px;
    background-color: #fff;
    transition: .3s;
    opacity: 0
}

@media (min-width:768px) {
    .demo_store a.woocommerce-store-notice__dismiss-link {
        background: rgba(0, 0, 0, .1);
        float: right;
        display: inline-block;
        margin: -1em -1.41575em -1em 0;
        padding: 1em 1.41575em
    }

    .demo_store a.woocommerce-store-notice__dismiss-link:before {
        display: inline-block;
        font: 14px/1 LaStudioIcons;
        font-size: inherit;
        text-rendering: auto;
        content: "";
        margin-right: .3342343017em
    }

    .products-grid-7 .wrap-addto {
        display: inline
    }

    .products-grid-7 .wrap-addto a {
        background: 0 0;
        box-shadow: none;
        color: var(--theme-primary-color);
        border-radius: 50%
    }

    .products-grid-7 .product_item_thumbnail_action {
        display: none
    }

    .products-grid-7 .product_item--info-action {
        display: block
    }
}

.products-grid-8 .product_item--inner .item--excerpt {
    display: block;
    margin-bottom: 20px
}

.products-grid-8 .product_item--inner .product_item--title {
    margin-bottom: 15px
}

#wcvendor_profile_act_desc .store-name,
.cart-collaterals .form-row,
.cart-collaterals .shipping li,
.products-grid-8 .product_item--inner .star-rating,
.woocommerce-shipping-destination {
    margin-bottom: 10px
}

.la-myaccount-page .form-row,
.products-grid-8 .product_item--inner .price {
    margin-bottom: 20px
}

#customer_login .col-1.active form,
#customer_login .col-2.active form,
.la-myaccount-page #la_tab--login,
.open-quickcart .is--qvpp .wc-page-content>div.product .stock,
.products-grid-8 .product_item--info-action {
    display: block
}

.products-grid-8 .product_item--info-action .labtn-icon,
.products-grid-8 .product_item--info-action .labtn-text:after,
.products-grid-8 .product_item--info-action a:not(.la-addcart) {
    display: none
}

.products-grid-8 .product_item--info-action a {
    transform: none;
    opacity: 1;
    margin: 0;
    background-color: var(--theme-secondary-color);
    width: auto;
    height: auto;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 22px;
    font-weight: 700;
    line-height: 20px
}

.products-grid-8 .product_item--info-action a:hover {
    background-color: var(--theme-primary-color)
}

.products-grid-8 .product_item--info-action .labtn-text {
    position: static;
    transform: none;
    transition: none;
    background: 0 0;
    font: inherit;
    white-space: normal;
    padding: 0;
    color: inherit;
    opacity: 1;
    text-transform: inherit
}

.products-grid-9 .product_item--info {
    text-align: left;
    padding: 20px 30px
}

.products-grid-9 .star-rating {
    float: right;
    margin: 0
}

.product_item .item--overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.product_item .product_item--inner:hover .item--overlay {
    opacity: 0;
    visibility: inherit
}

.products-grid-6 .product_item .product_item--inner:hover .item--overlay {
    opacity: .9
}

.woocommerce-product-gallery__actions {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 15px;
    display: flex;
    flex-direction: column
}

.woocommerce-product-gallery__actions a {
    background: #fff;
    color: var(--theme-secondary-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 19px;
    border-radius: 50%;
    display: block;
    margin: 5px;
    order: 2;
    transition: .3s;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1)
}

.woocommerce-product-gallery__actions a span {
    display: inline-block;
    pointer-events: none
}

.woocommerce-product-gallery__actions a span i {
    pointer-events: none;
    vertical-align: baseline
}

.woocommerce-product-gallery__actions a.video-link-popup {
    font-size: 20px;
    order: 1
}

.woocommerce-product-gallery__actions a:hover {
    background-color: var(--theme-secondary-color);
    color: #fff
}

#wcvendor_profile_menu,
.shop_table.woocommerce-cart-form__contents thead {
    background-color: #f7f7f7
}

.rtl .woocommerce-product-gallery__actions {
    right: auto;
    left: 20px
}

.flex-control-thumbs::-webkit-scrollbar {
    display: none
}

.flex-control-thumbs {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.flex-control-thumbs[style*=grabbing] img {
    cursor: inherit !important
}

.woocommerce-product-gallery-outer {
    --singleproduct-thumbs-width: 20%;
    --singleproduct-thumbs-height: 400px;
    --singleproduct-image-column: 3;
    --singleproduct-image-height: 140%;
    --singleproduct-image-height2: 100%;
    --singleproduct-image-spacing: 10px;
    --singleproduct-thumb-spacing: 10px
}

.woocommerce-product-gallery-outer.layout-type-1 .center-thumb .flex-control-thumbs {
    justify-content: center
}

.woocommerce-product-gallery-outer.layout-type-1 .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    overflow: auto;
    flex-flow: inherit
}

.woocommerce-product-gallery-outer.layout-type-1 .flex-control-thumbs {
    margin-left: calc(-1 * var(--singleproduct-thumb-spacing)/ 2);
    margin-right: calc(-1 * var(--singleproduct-thumb-spacing)/ 2);
    margin-top: var(--singleproduct-image-spacing)
}

.woocommerce-product-gallery-outer.layout-type-1 .flex-control-thumbs li {
    padding-left: calc(var(--singleproduct-thumb-spacing)/ 2);
    padding-right: calc(var(--singleproduct-thumb-spacing)/ 2);
    width: calc(100% / var(--singleproduct-image-column));
    flex: 0 0 calc(100% / var(--singleproduct-image-column))
}

.woocommerce-product-gallery-outer.layout-type-2 .woocommerce-product-gallery,
.woocommerce-product-gallery-outer.layout-type-3 .woocommerce-product-gallery {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    position: relative
}

.lakit--fcart-mini .cart .wrap-cart-cta .quantity,
.woocommerce-product-gallery-outer.layout-type-4 .flex-control-thumbs {
    display: none
}

.woocommerce-product-gallery-outer.layout-type-2 .flex-control-thumbs,
.woocommerce-product-gallery-outer.layout-type-3 .flex-control-thumbs {
    overflow: auto;
    flex-flow: inherit;
    width: var(--singleproduct-thumbs-width) !important;
    height: var(--singleproduct-thumbs-height);
    margin: 0 !important;
    align-content: flex-start
}

.woocommerce-product-gallery-outer.layout-type-2 .flex-control-thumbs li,
.woocommerce-product-gallery-outer.layout-type-3 .flex-control-thumbs li {
    padding: 0 0 var(--singleproduct-thumb-spacing) !important;
    width: 100%;
    flex: 0 0 100%
}

.woocommerce-product-gallery-outer.layout-type-2 .flex-viewport,
.woocommerce-product-gallery-outer.layout-type-3 .flex-viewport {
    width: calc(100% - var(--singleproduct-thumbs-width) - var(--singleproduct-image-spacing))
}

.woocommerce-product-gallery-outer.layout-type-3 .woocommerce-product-gallery {
    flex-flow: row wrap
}

.woocommerce-product-gallery-outer.layout-type-4 .flex-viewport {
    padding-right: calc((100% * (var(--singleproduct-image-column) - 1)/ var(--singleproduct-image-column)) - (var(--singleproduct-image-spacing)/ var(--singleproduct-image-column)))
}

.woocommerce-product-gallery-outer.layout-type-4 .flex-viewport .zoominner {
    margin-right: calc(var(--singleproduct-image-spacing))
}

.woocommerce-product-gallery-outer.layout-type-5 .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: calc(-1 * var(--singleproduct-image-spacing)/ 2);
    margin-right: calc(-1 * var(--singleproduct-image-spacing)/ 2)
}

.woocommerce-product-gallery-outer.layout-type-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    width: calc(50% - var(--singleproduct-image-spacing));
    margin: calc(var(--singleproduct-image-spacing)/ 2)
}

.woocommerce-product-gallery-outer.layout-type-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    padding-bottom: var(--singleproduct-image-height)
}

.woocommerce-product-gallery-outer.layout-type-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.woocommerce-product-gallery-outer.layout-type-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
    margin-top: 0
}

#wcvendor_profile_logo img,
.dokan-dashboard div#content-wrap,
.place-order .button,
.woocommerce-MyAccount-content,
.woocommerce-product-gallery-outer.layout-type-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3n+1),
form.lost_reset_password .form-row {
    width: 100%
}

.woocommerce-product-gallery-outer.layout-type-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3n+1) a {
    padding-bottom: var(--singleproduct-image-height2)
}

.woocommerce-product-gallery-outer.layout-type-6 .woocommerce-product-gallery__image {
    margin-bottom: var(--singleproduct-image-spacing)
}

.cart .wrap-cart-cta .button {
    padding: 22px 50px;
    text-transform: uppercase;
    font-weight: 400
}

@media (min-width:1400px) {
    .cart .wrap-cart-cta .button {
        font-size: 1em
    }
}

.cart .add_compare,
.cart .add_wishlist {
    background: 0 0;
    color: var(--theme-body-font-color);
    padding: 0;
    margin: 0 2em .5em 0;
    font-weight: 400;
    display: inline-flex;
    align-items: center
}

.cart .add_compare .labtn-icon,
.cart .add_wishlist .labtn-icon {
    margin-right: .3em;
    font-size: 1.4em
}

.cart .add_wishlist .labtn-icon,
.cart_totals .free-shipping-required-notice .label-free-shipping {
    font-size: 1em
}

.lakit--fcart-mini .cart .wrap-cart-cta {
    display: inline-flex;
    margin: 0 1em 1em 0
}

.lakit--fcart-mini .cart>.button {
    border: 1px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    color: #fff
}

.lakit--fcart-mini .cart>.button:hover,
.woocommerce>.return-to-shop .button:hover {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: #fff
}

.dashboard-widget.products,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter,
.lakit--fcart-mini .cart>.button .labtn-icon,
.product_list_widget dl p,
.u-columns.col2-set .woocommerce-form-login.login,
.wcvendor_store_desc ul.wcvendor-store-info li:last-child,
form.woocommerce-checkout #customer_details {
    margin: 0
}

#customer_login h2+form,
#customer_login>div.active>h2:before,
.la-myaccount-page .la-checkbox input,
.la-myaccount-page .la-tab-panel,
.lakit--fcart-mini .cart>.button .labtn-text,
.lasf-extra-cart,
.pswp__caption,
.registration-form label,
.section-checkout-step,
.single-price-wrapper p.price:not(:only-child),
.summary-inner .elementor-lastudio-countdown-timer,
.summary-inner .product_item--deals-info,
.variations .label .swatch-label,
.woocommerce-product-gallery.swatch-loaded .la_woo_loading,
form.woocommerce-checkout #order_review_heading,
form.woocommerce-checkout h3#ship-to-different-address:after {
    display: none
}

.woocommerce-product-gallery .la_woo_loading {
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 9;
    transform: translateX(-50%)
}

.tab-content .shop_attributes {
    max-width: 100%
}

.prod-countdown-timer .lastudio-countdown-timer {
    justify-content: flex-start;
    font-family: var(--theme-three-font-family);
    color: var(--theme-secondary-color);
    font-style: italic;
    padding-bottom: 15px
}

.prod-countdown-timer .lastudio-countdown-timer__item {
    background: #fff;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 20px 20px 0
}

.prod-countdown-timer .lastudio-countdown-timer__item-value {
    font-size: 36px;
    line-height: 1
}

@media (max-width:1500px) {
    .prod-countdown-timer .lastudio-countdown-timer__item {
        width: 70px;
        height: 70px;
        font-size: 13px
    }

    .prod-countdown-timer .lastudio-countdown-timer__item-value {
        font-size: 26px
    }
}

@media (max-width:991px) {
    .prod-countdown-timer .lastudio-countdown-timer__item {
        margin: 0 10px 10px 0
    }

    .prod-countdown-timer .lastudio-countdown-timer__item:last-child {
        margin-right: 0
    }
}

.lastudio-kit.elementor-lakit-wooproduct-addtocart .quantity,
.wrap-cart-cta .quantity {
    display: flex;
    justify-content: center
}

.woocommerce div.product.elementor .lastudio-kit .quantity+.button {
    margin-left: 0
}

.product_desc-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #575757
}

.product_desc-row h4 {
    font-size: var(--theme-h1-font-size);
    text-transform: uppercase
}

.product_desc-row .button {
    border-radius: 2em;
    margin-top: 2em
}

@media (min-width:767px) {
    .product_desc-img {
        width: 42%
    }

    .product_desc-desc {
        width: 54%
    }
}

.lakit-product-tabs.layout-type-accordion .product_desc-img {
    width: 100%;
    margin: 0 0 30px
}

.lakit-product-tabs.layout-type-accordion .product_desc-desc {
    width: 100%;
    margin: 0
}

.lakit-product-tabs.layout-type-accordion .comment-reply-title,
.lakit-product-tabs.layout-type-accordion .woocommerce-Reviews-title {
    font-family: inherit;
    font-size: 20px
}

.lakit-product-tabs.layout-type-accordion .product_desc-img img {
    max-height: 340px;
    object-fit: cover
}

#tab-additional_information .tab-content,
#tab-reviews .tab-content {
    width: 800px;
    margin: 0 auto;
    max-width: 100%
}

.order-tracking-page .entry>.woocommerce {
    width: 770px;
    margin: 10% auto;
    max-width: 100%
}

.la-myaccount-page {
    max-width: 570px;
    margin: 0 auto 50px
}

.la-myaccount-page .la_tab_control {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    font-size: 24px;
    text-align: center
}

.la-myaccount-page .la_tab_control li.active {
    font-weight: 700
}

.la-myaccount-page form .button {
    width: 100%;
    margin: 0 !important;
    display: block;
    line-height: 30px;
    padding: 15px 20px !important;
    border-width: 0
}

.la-myaccount-page .form-row .input-text {
    height: 60px
}

.la-myaccount-page .form-row label {
    margin: 5px 0 10px
}

.la-myaccount-page .la-checkbox {
    margin-top: 15px
}

.la-myaccount-page .la-checkbox label {
    float: left;
    text-transform: none;
    color: inherit;
    position: relative;
    padding-left: 38px;
    line-height: 20px
}

.la-myaccount-page .la-checkbox label:before {
    content: "";
    width: 19px;
    height: 19px;
    border: 2px solid;
    position: absolute;
    left: 0;
    color: #e4e4e4
}

.la-myaccount-page .la-checkbox input:checked+label:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    color: #4fb3ec
}

.la-myaccount-page .wc-social-login {
    margin-top: 50px;
    margin-bottom: 50px
}

.la-myaccount-page .ywsl-label {
    text-transform: uppercase
}

.la-myaccount-page .btn-create-account {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 20px;
    font-weight: 700;
    border: 2px solid #e4e4e4
}

.socials-list .social_login {
    background-color: #f5f5f5;
    color: #8a8a8a;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    float: left;
    font-size: 11px;
    padding: 20px;
    line-height: 20px;
    width: 23.875%;
    margin-right: 1.5%;
    margin-bottom: 1.5%
}

.socials-list .social_login:nth-child(4) {
    margin-right: 0
}

.socials-list .social_login:hover {
    color: #fff;
    background-color: #4fb3ec
}

.lost_reset_password {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto
}

.woocommerce-login .woocommerce>h2 {
    max-width: 500px;
    margin: 0 auto 30px;
    font-size: 20px;
    position: relative;
    font-weight: 400;
    padding-left: 30px
}

.woocommerce-login .woocommerce>h2:before {
    font-family: LaStudioIcons;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1
}

.woocommerce-MyAccount-navigation {
    width: 100%;
    background: #f7f7f7;
    margin-bottom: 2em;
    text-align: center
}

.woocommerce-MyAccount-navigation li {
    display: inline-block;
    margin: 0 !important
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 10px 30px
}

.woocommerce-address-fields__field-wrapper {
    overflow: hidden;
    margin-bottom: 20px
}

.registration-form {
    margin-bottom: 30px
}

.registration-form .form-row,
.single-page-article .dokan-single-store .dokan-store-tabs ul {
    margin-bottom: 40px
}

.registration-form input {
    border: none;
    border-radius: 2px;
    font-size: 16px;
    width: 100%;
    color: #fff
}

.registration-form .input-text {
    background-color: #134f8a;
    padding: 15px 40px;
    color: #487eb4
}

.registration-form .input-text:focus {
    color: #fff
}

.registration-form .button {
    text-transform: capitalize;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--theme-primary-color)
}

.woocommerce-account .single-page-article .entry>.woocommerce>h2:before {
    content: "";
    font-family: LaStudioIcons;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -4px;
    padding-right: 10px
}

.woocommerce-account .single-page-article .entry>.woocommerce>.woocommerce-form,
.woocommerce-account .single-page-article .entry>.woocommerce>h2 {
    width: 550px;
    max-width: 100%;
    margin: 0 auto 10px
}

.woocommerce-account .single-page-article .entry>.woocommerce>h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px
}

.woocommerce-form-login .form-row .input-text,
.woocommerce-form-register .form-row .input-text {
    height: 60px;
    line-height: 58px
}

.woocommerce-form-login .woocommerce-button,
.woocommerce-form-register .woocommerce-button {
    padding: 20px 40px;
    min-width: 170px;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 20px;
    width: 100%;
    font-weight: 400;
    line-height: 20px
}

#customer_login {
    margin: 50px auto;
    width: 670px;
    max-width: 100%;
    position: relative;
    padding-top: 70px;
    overflow: hidden
}

#customer_login p {
    margin-bottom: 15px;
    clear: both
}

#customer_login .woocommerce-privacy-policy-text {
    margin-bottom: 15px;
    font-size: .875em;
    clear: both
}

#customer_login h2 {
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

#customer_login .col-1,
#customer_login .col-2 {
    width: 100%;
    padding: 0;
    min-height: 0;
    position: static
}

#customer_login>div.active>h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--theme-secondary-color);
    cursor: default
}

#customer_login .col-2>h2 {
    right: 0;
    left: auto
}

.wcr_resigter_link,
p.lost_password {
    width: 50%;
    float: left;
    clear: none !important
}

@media (max-width:800px) {
    .la-compare-table .compare-tr-info {
        height: 200px
    }

    .la-compare-table h4 {
        margin: 10px 0
    }

    .la-compare-table .image-wrap {
        width: 120px
    }

    .la-compare-table .add_to_cart_wrap a {
        font-size: 10px
    }

    .la-compare-table tr.compare-tr td .remove {
        margin: 0 0 5px
    }

    .la-compare-table tr.compare-tr th {
        min-width: 150px;
        padding: 10px
    }

    .la-compare-table tr.compare-tr td {
        min-width: 200px;
        padding: 10px
    }

    .wcr_resigter_link,
    p.lost_password {
        width: 100%
    }
}

.wcr_resigter_link span {
    padding-right: 5px
}

@media (min-width:800px) {
    .product_desc-row .button {
        margin-top: 3em
    }

    .wcr_resigter_link {
        text-align: right
    }
}

.dokan-dashboard-wrap .dokan-btn {
    border-radius: 0
}

.dokan-dashboard-wrap .dokan-form-control {
    padding-top: 9px;
    padding-bottom: 9px
}

.dokan-dashboard-wrap select.dokan-form-control {
    padding: 15px;
    height: 44px;
    min-width: 100px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>")
}

.dokan-dashboard-wrap .select2-container .select2-selection--single {
    height: 44px;
    font-size: 14px
}

.dokan-dashboard-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 6px
}

.product_list_widget {
    list-style: none;
    margin: 0
}

.product_list_widget li+li {
    margin-top: 30px
}

.product_list_widget li img {
    float: left;
    max-width: 70px;
    margin-right: 20px
}

.product_list_widget a {
    display: block;
    line-height: normal;
    margin: 0 0 5px
}

.product_list_widget .quantity {
    font-size: .857em
}

.product_list_widget .quantity>.amount {
    margin-left: 5px
}

.product_list_widget a.remove {
    display: block;
    font-weight: 400;
    font-size: 14px;
    height: 20px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: right;
    width: 20px;
    font-family: Verdana, sans-serif
}

.product_list_widget dl {
    margin: 0;
    font-size: 12px;
    display: none
}

.product_list_widget dl dd,
.product_list_widget dl dt {
    display: inline-block;
    font-weight: 400
}

.widget_shopping_cart_content .total {
    padding-top: 20px
}

.cart-flyout {
    position: fixed;
    top: 0;
    width: 420px;
    padding: 50px;
    min-height: 100vh;
    bottom: 0;
    z-index: 111;
    visibility: hidden;
    content-visibility: hidden;
    opacity: 0;
    transition: 250ms ease-in;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    background-color: #fff;
    max-width: 100%
}

.ltr .cart-flyout {
    right: 0;
    transform: translate(200px, 0)
}

.rtl .cart-flyout {
    left: 0;
    transform: translate(-200px, 0)
}

.cart-flyout .cart-flyout--inner {
    display: block;
    height: 100%;
    position: relative
}

.cart-flyout .btn-close-cart {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    line-height: 36px
}

.cart-flyout .btn-close-cart i {
    vertical-align: top
}

.cart-flyout .btn-close-cart:hover {
    transform: rotate(90deg)
}

.cart-flyout .cart-flyout__content {
    padding-top: 50px
}

.cart-flyout .cart_list {
    margin: 0 -30px 0 0;
    padding: 0 30px 0 0;
    max-height: calc(100vh - 410px);
    overflow: auto
}

.cart-flyout .cart_list li.empty {
    padding: 50px 0
}

.cart-flyout .cart-flyout__heading {
    margin-bottom: 40px;
    font-size: var(--theme-h5-font-size)
}

.cart-flyout .widget_shopping_cart_content {
    overflow: hidden;
    opacity: 1
}

.cart-flyout .widget_shopping_cart_content .total .amount {
    font-weight: var(--theme-heading-font-weight)
}

.cart-flyout .widget_shopping_cart_content .button {
    width: 100%;
    margin: 10px 0 0;
    line-height: 24px;
    font-size: .875em;
    padding: 15px 20px;
    text-transform: uppercase
}

.cart-flyout .cart-flyout__loading {
    text-align: center;
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0
}

.cart-flyout.cart-flyout--loading .cart-flyout__loading {
    height: auto;
    visibility: inherit;
    opacity: 1
}

.cart-flyout.cart-flyout--loading .widget_shopping_cart_content {
    opacity: 0;
    transition: opacity .4s ease-out
}

.cart-flyout .product_list_widget li {
    padding-right: 15px
}

.open-cart-aside .cart-flyout {
    visibility: inherit;
    content-visibility: auto;
    opacity: 1;
    transform: translate(0, 0)
}

.open-cart-aside .la-overlay-global {
    visibility: inherit;
    opacity: .7
}

.shop_table.woocommerce-cart-form__contents th {
    border: none;
    padding: 10px 0
}

.shop_table.woocommerce-cart-form__contents td {
    border-width: 0;
    padding: 20px 0
}

.shop_table.woocommerce-cart-form__contents td.actions {
    border-width: 0
}

.shop_table.woocommerce-cart-form__contents td.actions:before {
    content: "";
    display: block;
    border-top: 1px solid #dbdbdb;
    padding-bottom: 20px;
    opacity: .5
}

.shop_table.woocommerce-cart-form__contents td.actions .button {
    float: right;
    min-width: 180px;
    cursor: pointer
}

.rtl .shop_table.woocommerce-cart-form__contents td.actions .button {
    float: left
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a,
.open-quickcart .is--qvpp .wc-page-content>div.product .single_variation_wrap,
.shop_table.woocommerce-cart-form__contents .product-price,
.shop_table.woocommerce-cart-form__contents .product-quantity,
.shop_table.woocommerce-cart-form__contents .product-subtotal,
.woocommerce>.return-to-shop,
.woocommerce>p.cart-empty {
    text-align: center
}

.shop_table .product-quantity {
    width: 100px
}

.shop_table .product-quantity .quantity {
    width: 50px;
    margin: 0 auto
}

.shop_table .product-remove {
    width: 30px
}

.shop_table .product-remove .remove {
    font-size: 0
}

.shop_table .product-remove .remove:before {
    font-family: LaStudioIcons;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    content: "";
    font-size: 14px;
    line-height: 30px
}

.shop_table .product-thumbnail {
    width: 90px
}

.shop_table .product-thumbnail a {
    display: block;
    padding-right: 20px
}

.rtl .shop_table .product-thumbnail a {
    padding-right: 0;
    padding-left: 20px
}

.shop_table dl {
    margin: 0;
    font-size: .875em
}

.shop_table dl dd,
.shop_table dl dt {
    float: left;
    margin: 0
}

.shop_table dl dt {
    clear: both;
    font-weight: 400
}

.cart-collaterals .cart_totals .checkout-button {
    width: 100%;
    text-align: center
}

.cart-collaterals .shop_table .amount,
.cart-collaterals .shop_table th {
    font-weight: var(--theme-heading-font-weight);
    color: var(--theme-secondary-color)
}

.cart-collaterals .shop_table td,
.cart-collaterals .shop_table th {
    border: none;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0
}

.rtl #la_wishlist_table_wrapper .product-action,
.rtl .cart-collaterals .shop_table td,
.rtl .woocommerce-checkout-review-order-table td.product-total,
.rtl .woocommerce-checkout-review-order-table tfoot td,
.rtl .woocommerce-checkout-review-order-table th.product-total {
    text-align: left
}

.cart-collaterals .woocommerce-shipping-calculator .input-text:placeholder-shown {
    text-transform: uppercase;
    font-size: 12px
}

.cart-collaterals h2 {
    font-size: var(--theme-h6-font-size);
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: -.02em
}

.woocommerce>p.cart-empty {
    font-size: 36px;
    margin-top: 50px;
    background: 0 0;
    padding: 0;
    margin-bottom: 0;
    color: var(--theme-secondary-color);
    font-weight: 600;
    letter-spacing: -.02em
}

.woocommerce>p.cart-empty:before {
    position: static;
    content: "";
    display: block;
    padding-top: 200px;
    margin-bottom: 30px;
    background-image: url(../images/cart-empty.svg);
    background-repeat: no-repeat;
    background-position: 48% top;
    background-size: 200px auto
}

.woocommerce>.return-to-shop {
    margin-bottom: 50px;
    padding-top: 2em
}

.woocommerce>.return-to-shop .button {
    padding: 1.2em 2.5em;
    line-height: 20px;
    font-size: 1em;
    text-decoration: none;
    border: 2px solid var(--theme-border-color);
    color: var(--theme-secondary-color);
    background-color: transparent
}

.cart-collaterals .cart_totals .la-shipping-form {
    width: 100%;
    display: none !important
}

.place-order .button,
.wc-proceed-to-checkout .button {
    display: block;
    cursor: pointer;
    padding: 20px 30px;
    transition: .3s;
    border-width: 0;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em
}

.custom-product-wrap.cross-sells {
    margin-top: 70px
}

.woocommerce-cart .woocommerce .cart_totals {
    background: #f9f9f9;
    padding: 30px 20px 0
}

.wc-proceed-to-checkout {
    margin-left: -30px;
    margin-right: -30px
}

@media (max-width:1400px) and (min-width:992px) {
    .woocommerce-cart .not-active-fullpage>.woocommerce .cart-collaterals {
        min-width: 300px
    }

    .woocommerce-cart .not-active-fullpage>.woocommerce .cart_totals {
        padding: 20px 20px 0
    }

    .woocommerce-cart .not-active-fullpage>.woocommerce .wc-proceed-to-checkout {
        margin-left: -20px;
        margin-right: -20px
    }

    .woocommerce-cart .not-active-fullpage>.woocommerce .cart-collaterals .woocommerce-shipping-calculator {
        margin-left: -80px
    }
}

.woocommerce-account-fields p.create-account,
ul.wc-item-meta {
    margin-bottom: 5px
}

.free-shipping-required-notice {
    text-align: center;
    margin-bottom: 0;
    width: 100%
}

.free-shipping-required-notice .la-loading-bar {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #ff7433;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.free-shipping-required-notice .load-percent {
    display: block;
    height: 100%;
    position: absolute;
    color: #fff;
    line-height: 30px;
    max-width: 100%;
    background: #3c3
}

.free-shipping-required-notice .label-free-shipping {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: .875em;
    text-align: left;
    padding: 0 10px;
    width: 100%;
    display: block
}

.label-free-shipping svg {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.cart_totals .free-shipping-required-notice {
    position: absolute;
    top: 0;
    left: 0
}

body.woocommerce-checkout {
    --theme-container-width: 1170px
}

form.checkout_coupon.woocommerce-form-coupon {
    overflow: hidden;
    padding-bottom: 50px
}

form.checkout_coupon.woocommerce-form-coupon p.form-row {
    display: inline-block;
    width: auto;
    float: none;
    margin: 0 0 10px;
    vertical-align: middle
}

form.checkout_coupon.woocommerce-form-coupon .input-text {
    width: 350px;
    max-width: 100%
}

form.woocommerce-checkout {
    position: relative;
    margin-top: 50px
}

form.woocommerce-checkout #customer_details .col-1,
form.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    padding: 0
}

form.woocommerce-checkout .woocommerce-additional-fields {
    clear: both;
    padding-top: 1em
}

form.woocommerce-checkout h3 {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--theme-border-color);
    padding-bottom: 10px
}

@media (min-width:1200px) {
    .product_desc-row {
        font-size: 1.125em;
        margin-top: 40px;
        margin-bottom: 40px
    }

    #la_wishlist_table_wrapper thead {
        background: 0 0
    }

    #la_wishlist_table_wrapper .la_wishlist_table th {
        border-bottom: 1px solid var(--theme-border-color);
        font-size: 14px;
        font-weight: 600
    }

    #la_wishlist_table_wrapper .la_wishlist_table td {
        border-bottom: 1px solid var(--theme-border-color);
        padding-top: 40px;
        padding-bottom: 40px
    }

    #la_wishlist_table_wrapper {
        margin: 20px auto 50px
    }

    form.woocommerce-checkout h3 {
        font-size: var(--theme-h4-font-size)
    }
}

form.woocommerce-checkout h3#ship-to-different-address {
    font: inherit;
    border: none;
    text-transform: none;
    padding: 0;
    margin-bottom: 1em
}

@media (min-width:992px) {
    .place-order .button {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px
    }

    .woocommerce-cart .woocommerce .cart-collaterals,
    .woocommerce-cart .woocommerce .woocommerce-cart-form {
        display: table-cell;
        vertical-align: top
    }

    .woocommerce-cart .woocommerce .cart_totals {
        padding: 30px 30px 0;
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        top: calc(30px + var(--lakit-header-height, 0) + var(--adminbar-height))
    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        min-width: 370px
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form {
        width: 100%;
        padding-right: 30px
    }

    .woocommerce-cart .woocommerce .cart-collaterals .input-text {
        height: 40px;
        line-height: 38px;
        text-transform: none;
        padding: 0 15px;
        background-color: #fff
    }

    .woocommerce-cart .woocommerce .cart-collaterals .select2-container {
        text-align: left
    }

    .woocommerce-cart .woocommerce .cart-collaterals .select2-container .select2-selection--single {
        height: 40px;
        border-radius: 0;
        background: #fff
    }

    .woocommerce-cart .woocommerce .cart-collaterals .select2-container .select2-selection__arrow {
        top: 7px
    }

    .woocommerce-cart .woocommerce .cart-collaterals .select2-container .select2-selection__rendered {
        margin-top: 5px;
        font-size: 12px;
        padding-left: 15px
    }

    .woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
        padding-top: 0
    }

    .woocommerce-cart .woocommerce .cart-collaterals .order-total {
        border-top: 1px solid #dbdbdb
    }

    .woocommerce-cart .woocommerce .shop_table.woocommerce-cart-form__contents {
        margin-top: 0
    }

    .woocommerce-cart .woocommerce .shop_table.woocommerce-cart-form__contents thead {
        background: 0 0
    }

    .woocommerce-cart .woocommerce .shop_table.woocommerce-cart-form__contents thead th {
        color: var(--theme-heading-font-color);
        border-bottom: 1px solid #dbdbdb
    }

    .woocommerce-cart .woocommerce .shop_table.woocommerce-cart-form__contents dl {
        font-size: 12px
    }

    .woocommerce-cart .woocommerce td.actions .coupon {
        display: inline-block;
        border-bottom: 1px solid #d8d8d8;
        width: 50%
    }

    .woocommerce-cart .woocommerce td.actions .btn,
    .woocommerce-cart .woocommerce td.actions .coupon label {
        display: none
    }

    .woocommerce-cart .woocommerce td.actions .coupon .input-text {
        padding: 0 10px 0 0;
        border: none;
        height: 34px;
        width: auto;
        min-height: 34px
    }

    .woocommerce-cart .woocommerce td.actions .button {
        background: 0 0;
        padding: 0;
        min-width: 0;
        border: none;
        height: auto;
        text-transform: none;
        font-weight: var(--theme-heading-font-weight);
        line-height: 34px;
        color: var(--theme-secondary-color)
    }

    .woocommerce-cart .woocommerce td.actions .button:hover {
        color: var(--theme-primary-color)
    }

    .rtl.woocommerce-cart .woocommerce .cart-collaterals .select2-container {
        text-align: right
    }

    form.woocommerce-checkout #customer_details {
        float: left;
        width: 65%
    }

    .rtl form.woocommerce-checkout #customer_details {
        float: right
    }

    form.woocommerce-checkout #order_review {
        float: right;
        width: 32%;
        padding: 30px 30px 0;
        background-color: #f9f9f9
    }

    .rtl form.woocommerce-checkout #order_review {
        float: left
    }
}

.woocommerce-checkout .woocommerce-terms-and-conditions h1,
.woocommerce-checkout .woocommerce-terms-and-conditions h2,
.woocommerce-checkout .woocommerce-terms-and-conditions h3,
.woocommerce-checkout .woocommerce-terms-and-conditions h4,
.woocommerce-checkout .woocommerce-terms-and-conditions h5,
.woocommerce-checkout .woocommerce-terms-and-conditions p {
    margin-bottom: 10px;
    font-size: inherit
}

ul.wc-item-meta {
    margin-top: 5px
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    padding-left: 0;
    padding-right: 0
}

.select2-container {
    font-size: 14px
}

p.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 1.25em;
    color: green
}

.quantity {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    zoom: 1
}

.quantity .qty {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    border: none;
    color: inherit;
    padding: 0;
    text-align: center;
    appearance: none
}

.quantity .qty-minus,
.quantity .qty-plus {
    cursor: pointer
}

.quantity .qty-minus i,
.quantity .qty-plus i {
    margin-top: -2px;
    vertical-align: middle
}

.quantity input::-webkit-outer-spin-button {
    display: none
}

.quantity input::-webkit-inner-spin-button {
    display: none
}

.wrap-cart-cta .quantity {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100px
}

.wrap-cart-cta .quantity .qty {
    width: 33px;
    display: inline-block;
    height: 58px;
    vertical-align: middle !important
}

.wrap-cart-cta .quantity span {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px
}

.grouped_form .quantity {
    font-size: 14px;
    color: var(--theme-secondary-color);
    width: 70px
}

.grouped_form .quantity .qty-minus,
.grouped_form .quantity .qty-plus {
    font-size: 20px
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
    padding: 0;
    vertical-align: middle
}

.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-banner {
    max-height: 400px;
    max-width: 100%;
    display: flex
}

.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-banner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block
}

#wcvendor_image_bg {
    background-color: #f4f4f4;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    display: block;
    margin: 0;
    padding: 30px 20px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 270px
}

.wcvendor-cover-image-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(156, 156, 156, .1) 30%, rgba(11, 11, 11, .35) 80%, rgba(0, 0, 0, .48));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(156, 156, 156, .1) 30%, rgba(11, 11, 11, .35) 80%, rgba(0, 0, 0, .48));
    opacity: .65
}

#wcvendor_profile_act_desc {
    padding: 35px 0 35px 350px
}

#wcvendor_profile_logo {
    position: absolute;
    width: 270px;
    bottom: 35px;
    z-index: 2;
    left: 0
}

.wcvendor_store_desc {
    display: flex
}

.wcvendor_profile_menu_tabs ul,
.wcvendor_store_desc ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.wcvendor_store_desc ul.wcvendor-store-info {
    flex: 1;
    line-height: 1.5
}

.wcvendor_store_desc ul.wcvendor-store-info li {
    margin-right: 25px
}

.wcvendor_store_desc .store-social a {
    width: 30px;
    display: block;
    text-align: center;
    font-size: 18px
}

#wcvendor_profile_menu {
    display: flex;
    align-items: center;
    margin-top: 10px
}

#wcvendor_profile_menu #wcvendor_search_shops {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#wcvendor_profile_menu #wcvendor_search_shops .search-field {
    border-width: 0;
    font-size: 1em
}

#wcvendor_profile_menu #wcvendor_search_shops .search-field:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2)
}

.wcvendor_profile_menu_tabs ul li {
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.wcvendor_profile_menu_tabs a {
    display: inline-block;
    line-height: 30px;
    padding: 10px 30px
}

@media (max-width:1200px) {
    .woocommerce-MyAccount-navigation li a {
        padding: 10px
    }

    #customer_login h2,
    #customer_login>div.active>h2 {
        font-size: 26px
    }

    .wc-toolbar {
        margin-bottom: 20px
    }

    .products-list .product_item .product_item--info {
        padding-left: 30px
    }
}

@media (max-width:992px) {
    .la-advanced-product-filters {
        position: fixed;
        left: 0;
        top: 0;
        width: 300px;
        display: block !important;
        z-index: 5;
        height: 100%;
        overflow: auto;
        min-height: 100vh;
        visibility: hidden !important;
        opacity: 0 !important;
        transition: .4s ease-out;
        transform: translate(-200px, 0);
        background-color: #fff
    }

    .la-advanced-product-filters .sidebar-inner--filters {
        flex-direction: column;
        padding-top: 80px;
        padding-left: 20px;
        padding-right: 20px
    }

    .la-advanced-product-filters .sidebar-inner--filters .widget,
    .wc-page-content>div.product .entry-summary,
    .wc-page-content>div.product .woocommerce-product-gallery-outer {
        width: 100%
    }

    .open-advanced-shop-filter body.enzian-body {
        overflow: hidden
    }

    .open-advanced-shop-filter .elementor-location-header .elementor-top-section {
        z-index: 3
    }

    .open-advanced-shop-filter .la-advanced-product-filters {
        transform: translate(0, 0);
        visibility: visible !important;
        opacity: 1 !important
    }

    .open-advanced-shop-filter .elementor-location-archive,
    .open-advanced-shop-filter .site-main {
        z-index: 4
    }

    .open-advanced-shop-filter div.wpbar {
        z-index: 1 !important
    }

    .close-advanced-product-filters {
        position: fixed;
        display: block;
        top: 20px;
        right: 20px;
        font-size: 30px;
        line-height: 1
    }

    .wc-toolbar .lasf-custom-dropdown.wc-custom-filters {
        margin-right: 0;
        margin-left: auto
    }

    .wc-toolbar .lasf-custom-dropdown button.btn-advanced-shop-filter {
        padding: 6px 10px;
        font-size: 12px
    }

    .wc-toolbar .lasf-custom-dropdown button.btn-advanced-shop-filter:after {
        content: "" !important;
        font-size: 16px;
        position: relative;
        right: -4px
    }

    .wc-toolbar .lasf-custom-dropdown ul li a {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .widget_layered_nav .la-swatches-widget-opts li {
        width: 50%;
        margin: 0
    }

    .products-grid .button.quickview,
    .wc-toolbar .wc-view-item {
        display: none
    }

    .wc-page-content>div.product .product--inner {
        flex-direction: column
    }

    .wc-toolbar {
        font-size: 14px;
        margin-bottom: 0
    }

    .products-list .product_item .item--excerpt {
        font-size: 12px
    }

    .products-grid .button {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 3px
    }

    .products-grid-8 .product_item--info-action .button {
        line-height: 32px
    }

    .lakit--fcart-mini .cart .wrap-cart-cta {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .lakit--fcart-mini .cart>.button {
        margin: 0 5px
    }
}

@media (max-width:600px) {
    .la-compare-table tr.compare-tr th {
        min-width: 100px;
        font-size: 12px
    }

    .la-compare-table tr.compare-tr td,
    .la-compare-table tr.compare-tr th {
        padding: 8px
    }

    .la_wishlist_table .product-action a {
        padding: 5px 10px;
        margin-top: 10px
    }

    .wc-toolbar .lasf-custom-dropdown button {
        padding: 5px 25px 5px 0;
        font-size: 13px
    }

    .wc-toolbar .wc-view-toggle {
        float: right;
        margin-top: 5px
    }

    .wc-toolbar .lasf-custom-dropdown {
        margin: 0 10px 0 0
    }

    .wc-toolbar .lasf-custom-dropdown.wc-view-count {
        float: right
    }

    .wc-toolbar .woocommerce-result-count {
        width: 100%;
        margin-bottom: 5px;
        font-size: 13px
    }
}

.open-quickcart .is--qvpp .featherlight-close-icon {
    right: 16px;
    left: auto;
    top: 16px;
    bottom: auto;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: 1px solid var(--theme-border-color);
    color: var(--theme-secondary-color)
}

.open-quickcart .is--qvpp .featherlight-close-icon:hover {
    color: #fff
}

.open-quickcart .is--qvpp .featherlight-outer {
    width: 420px;
    max-height: 90vh
}

.open-quickcart .is--qvpp .featherlight-content {
    margin: 0;
    max-width: 100%;
    min-height: 0
}

.open-quickcart .is--qvpp .wc-page-content>div.product .flex-direction-nav a {
    width: 20px;
    height: 36px
}

.open-quickcart .is--qvpp .wc-page-content>div.product .product--inner {
    padding: 40px;
    justify-content: center
}

.open-quickcart .is--qvpp .wc-page-content>div.product .woocommerce-product-gallery-outer {
    width: 150px;
    max-height: none !important;
    min-height: 100px !important
}

.open-quickcart .is--qvpp .wc-page-content>div.product .entry-summary {
    width: 100%;
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center
}

#la_wishlist_table_wrapper .product-action .labtn-icon,
#la_wishlist_table_wrapper .product-name .wl-item--price,
#la_wishlist_table_wrapper .product-name .wl-item--stock,
.la_wishlist-bottom_notice:empty,
.open-quickcart .is--qvpp .wc-page-content>div.product .single_variation,
.open-quickcart .is--qvpp .wc-page-content>div.product .woocommerce-variation-price,
.open-wishlist-pp .featherlight-content .la_wishlist_table .product-stock,
.open-wishlist-pp .featherlight-content .la_wishlist_table thead,
.product-name .wl-item--stock .stock:before {
    display: none
}

.product-quickcart .variations select {
    height: 36px
}

.open-quickcart .is--qvpp .wc-page-content>div.product h1.product_title {
    font-size: 1.125em;
    margin-bottom: 5px;
    font-family: inherit
}

.open-quickcart .is--qvpp .wc-page-content>div.product .single-price-wrapper {
    font-size: 1.125em;
    margin: 0
}

.open-quickcart .is--qvpp .wc-page-content>div.product .cart {
    max-width: 100%;
    margin: 0
}

.open-quickcart .is--qvpp .wc-page-content>div.product .variations {
    width: 300px;
    max-width: 90%;
    margin: 0 auto 10px
}

.open-quickcart .is--qvpp .wc-page-content>div.product .wrap-cart-cta {
    flex-flow: row wrap;
    justify-content: center;
    gap: 10px;
    margin: 0
}

.open-quickcart .is--qvpp .wc-page-content>div.product .wrap-cart-cta .quantity {
    width: 120px;
    margin: 0 20% 10px;
    border-radius: 40px
}

.open-quickcart .is--qvpp .wc-page-content>div.product .wrap-cart-cta .quantity .qty {
    width: 50px;
    height: 42px
}

.open-quickcart .is--qvpp .wc-page-content>div.product .wrap-cart-cta .button-view-detail {
    background-color: transparent;
    border: 1px solid var(--theme-border-color);
    color: var(--theme-secondary-color)
}

.open-quickcart .is--qvpp .wc-page-content>div.product .wrap-cart-cta .button {
    width: calc(50% - 5px);
    line-height: 48px;
    padding: 0;
    font-size: 12px
}

.open-quickcart .is--qvpp .wc-page-content>div.product .wrap-cart-cta .button:hover {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: #fff
}

.open-quickcart .is--qvpp .swatch-wrapper:not(.swatch-only-label) .swatch-anchor {
    --lakit-swatch--width: 22px !important;
    --lakit-swatch--height: 22px !important
}

.la_wishlist_table {
    line-height: 1.4;
    font-size: 16px
}

#la_wishlist_table_wrapper {
    --theme-border-color: #eee;
    position: relative;
    margin: 20px auto 50px
}

#la_wishlist_table_wrapper th {
    font-weight: 500;
    padding: 15px 20px;
    color: var(--theme-secondary-color)
}

#la_wishlist_table_wrapper td {
    border-bottom: 1px solid var(--theme-border-color);
    padding: 40px 20px
}

#la_wishlist_table_wrapper td.product-thumbnail {
    width: 130px;
    padding-left: 10px;
    padding-right: 10px
}

.featherlight-content #la_wishlist_table_wrapper {
    margin: 0;
    max-height: calc(60vh - 60px);
    overflow: auto;
    padding: 0 40px
}

.featherlight-content #la_wishlist_table_wrapper .product-action,
.featherlight-content #la_wishlist_table_wrapper .product-remove,
.featherlight-content #la_wishlist_table_wrapper .product-thumbnail a,
.open-compare-pp .featherlight .featherlight-inner,
.open-wishlist-pp .la-global-message.featherlight-inner {
    padding: 0
}

.featherlight-content #la_wishlist_table_wrapper .product-thumbnail {
    width: 80px;
    padding-left: 0;
    padding-right: 0
}

.featherlight-content #la_wishlist_table_wrapper .la_wishlist_table {
    margin: 0;
    font-size: 1em
}

.featherlight-content #la_wishlist_table_wrapper .la_wishlist_table .not-found-product td {
    padding-top: 30px;
    padding-bottom: 30px
}

.featherlight-content #la_wishlist_table_wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent
}

.featherlight-content #la_wishlist_table_wrapper::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: transparent
}

.featherlight-content #la_wishlist_table_wrapper::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: var(--theme-border-color)
}

.featherlight-content #la_wishlist_table_wrapper::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.la_wishlist-bottom_notice {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    background-color: #3c3;
    position: absolute;
    top: 100%;
    left: 0;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3
}

.la_wishlist-bottom_notice.show-notice {
    top: 0
}

.wl-item--stock .stock:before {
    color: #10b705;
    content: "";
    font-family: LaStudioIcons;
    display: block;
    font-style: normal;
    font-weight: 400;
    text-transform: none
}

.wl-item--stock .out-of-stock:before {
    color: #dbdbdb
}

.la_wishlist_table.shop_table.woocommerce-cart-form__contents {
    border-bottom: 1px solid var(--theme-border-color)
}

.product-name .wl-item--stock {
    color: #10b705
}

.product-name .wl-item--stock .out-of-stock {
    color: #de0000
}

.open-wishlist-pp .featherlight-content {
    width: 900px;
    overflow: hidden
}

.la_wishlist-top {
    color: var(--theme-secondary-color);
    padding: 35px 40px 20px;
    line-height: 1;
    font-size: var(--theme-h4-font-size);
    font-weight: 600
}

.la_wishlist-top small {
    margin-left: .4em;
    font-size: 1em
}

.la_wishlist-bottom_actions {
    background-color: #f9f9f9;
    color: var(--theme-body-font-color);
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
    line-height: 1.6
}

@media (min-width:880px) {
    .product_desc-img {
        width: 48%
    }

    .product_desc-desc {
        width: 50%
    }

    .open-wishlist-pp .featherlight .featherlight-close-icon {
        width: 40px;
        height: 40px;
        right: 15px;
        top: 15px
    }
}

.wl-item--name {
    color: var(--theme-secondary-color)
}

@media (max-width:1199px) {
    .la_wishlist_table {
        font-size: 1em
    }

    #la_wishlist_table_wrapper th {
        padding: 12px 15px
    }

    #la_wishlist_table_wrapper td {
        padding: 15px
    }

    #la_wishlist_table_wrapper td.product-thumbnail {
        width: 90px
    }

    #la_wishlist_table_wrapper td.product-thumbnail a {
        padding: 0
    }

    #la_wishlist_table_wrapper .product-action .la-addcart {
        padding: 12px 20px;
        min-width: 0
    }

    #la_wishlist_table_wrapper .product-price,
    #la_wishlist_table_wrapper .product-stock {
        display: none
    }

    #la_wishlist_table_wrapper .product-name .wl-item--price,
    #la_wishlist_table_wrapper .product-name .wl-item--stock {
        display: block
    }
}

@media (max-width:767px) {

    .col2-set .col-1,
    .col2-set .col-2,
    .form-row.form-row-first,
    .form-row.form-row-last,
    .products-list:not(.products-list-mini) .product_item .product_item--thumbnail,
    form.track_order .button {
        width: 100%
    }

    .site-no-sidebar .wc-page-content ul.products,
    .wc-page-content ul.products {
        --theme-product-col: 1
    }

    .products-grid-7 .product_item--info {
        position: static;
        opacity: 1;
        box-shadow: none !important
    }

    .product_desc-img {
        margin-bottom: 2em
    }

    .woocommerce-MyAccount-navigation li a {
        padding: 5px 8px;
        font-size: 14px
    }

    .cart-flyout {
        padding: 50px 20px
    }

    .shop_table .product-thumbnail a {
        padding: 0 !important
    }

    .shop_table.woocommerce-cart-form__contents .product-price,
    .shop_table.woocommerce-cart-form__contents .product-quantity,
    .shop_table.woocommerce-cart-form__contents .product-subtotal {
        text-align: right
    }

    .shop_table.woocommerce-cart-form__contents td.actions:before,
    table.shop_table_responsive tbody th,
    table.shop_table_responsive thead {
        display: none
    }

    table.shop_table_responsive tr td {
        display: block;
        text-align: right;
        clear: both;
        min-width: 100%;
        padding: 0 0 10px
    }

    table.shop_table_responsive tr td[data-title]:before {
        content: attr(data-title) ": ";
        float: left;
        font-size: 13px;
        color: var(--theme-secondary-color)
    }

    .rtl table.shop_table_responsive tr td[data-title]:before {
        float: right
    }

    table.shop_table_responsive dl dd,
    table.shop_table_responsive dl dt {
        display: inline-block;
        float: none
    }

    .shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
        text-align: center;
        position: absolute;
        width: 70px;
        display: inline-block;
        top: 15px;
        bottom: 15px;
        overflow: hidden
    }

    .shop_table.woocommerce-cart-form__contents tr td.product-remove {
        border-width: 0;
        padding: 0;
        text-align: left;
        position: absolute;
        top: 15px;
        z-index: 2
    }

    .shop_table.woocommerce-cart-form__contents tr td.actions {
        overflow: hidden;
        padding: 10px 0
    }

    form.track_order .form-row .input-text {
        height: 55px
    }

    .shop_table.woocommerce-cart-form__contents td.actions .button {
        width: 100%;
        margin-top: 10px
    }

    .shop_table.woocommerce-cart-form__contents tr {
        position: relative;
        display: block;
        padding-top: 10px;
        padding-bottom: 20px;
        background: 0 0;
        border: 1px solid #eee;
        margin-bottom: 17px;
        overflow: hidden
    }

    .ltr .shop_table.woocommerce-cart-form__contents tr {
        padding-left: 100px;
        padding-right: 25px
    }

    .rtl .shop_table.woocommerce-cart-form__contents tr {
        padding-left: 25px;
        padding-right: 100px
    }

    .shop_table.woocommerce-cart-form__contents tr td {
        padding: 0;
        width: auto;
        border: none;
        display: block;
        min-width: 0
    }

    .ltr #la_wishlist_table_wrapper .product-action,
    .ltr .shop_table.woocommerce-cart-form__contents tr td {
        text-align: left
    }

    .rtl #la_wishlist_table_wrapper .product-action,
    .rtl .shop_table.woocommerce-cart-form__contents tr td {
        text-align: right
    }

    .shop_table.woocommerce-cart-form__contents tr td:before {
        padding-right: 15px;
        font-size: 12px;
        line-height: 24px
    }

    .rtl .shop_table.woocommerce-cart-form__contents tr td:before {
        padding-right: 0;
        padding-left: 15px
    }

    .ltr .shop_table.woocommerce-cart-form__contents tr td.product-remove {
        right: 10px
    }

    .rtl .shop_table.woocommerce-cart-form__contents tr td.product-remove {
        left: 10px
    }

    .ltr .shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
        left: 15px
    }

    .rtl .shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
        right: 15px
    }

    .shop_table.woocommerce-cart-form__contents tr td.product-thumbnail img {
        max-width: 100%
    }

    .shop_table.woocommerce-cart-form__contents tr .actions label,
    .shop_table.woocommerce-cart-form__contents tr div.quantity span,
    .shop_table.woocommerce-cart-form__contents tr td.product-name:before,
    .shop_table.woocommerce-cart-form__contents tr td.product-price {
        display: none
    }

    .shop_table.woocommerce-cart-form__contents tr td.product-price,
    .shop_table.woocommerce-cart-form__contents tr td.product-subtotal {
        font-size: 14px
    }

    .shop_table.woocommerce-cart-form__contents tr div.quantity .qty {
        height: 20px;
        min-height: 20px;
        padding: 0;
        width: 40px;
        font-size: 13px;
        line-height: 20px
    }

    #la_wishlist_table_wrapper td,
    .cart.shop_table.woocommerce-cart-form__contents tr:not(.cart_item) {
        padding: 0;
        border: none
    }

    .cart-collaterals .shipping li {
        font-size: 13px
    }

    .cart-collaterals .wc-proceed-to-checkout {
        margin-left: -20px;
        margin-right: -20px
    }

    .cart-collaterals h2 {
        font-size: 24px;
        margin: 0 0 20px;
        padding: 0
    }

    .shop_table.woocommerce-cart-form__contents {
        margin-bottom: 0
    }

    .elementor-icon-box-icon .elementor-icon {
        vertical-align: middle
    }

    .products-list:not(.products-list-mini) .product_item .product_item--thumbnail .quickview {
        display: none
    }

    .products-list:not(.products-list-mini) .product_item .product_item--title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .products-list:not(.products-list-mini) .product_item .product_item--info {
        padding: 20px 0 0;
        width: 100%
    }

    .products-list:not(.products-list-mini) .product_item .price {
        font-size: 14px;
        margin-bottom: 10px
    }

    .wc-toolbar button {
        margin-left: 20px
    }

    .lasf-custom-dropdown button:after {
        font-size: 10px;
        right: 6px
    }

    #la_wishlist_table_wrapper .la_wishlist_table {
        border: none
    }

    #la_wishlist_table_wrapper .la_wishlist_table tr {
        border-width: 0 0 1px
    }

    #la_wishlist_table_wrapper td.product-thumbnail {
        width: 80px;
        padding: 0
    }

    .ltr #la_wishlist_table_wrapper td.product-thumbnail {
        left: 0
    }

    .rtl #la_wishlist_table_wrapper td.product-thumbnail {
        right: 0
    }

    #la_wishlist_table_wrapper .product-action .la-addcart {
        padding: 10px 15px;
        margin-top: 5px
    }

    .la_wishlist-top {
        padding: 20px
    }

    .la_wishlist-bottom_actions {
        padding: 10px
    }

    .featherlight-content #la_wishlist_table_wrapper {
        padding: 0 1px 0 20px
    }

    .featherlight-content #la_wishlist_table_wrapper .product-action,
    .featherlight-content #la_wishlist_table_wrapper td {
        padding: 0
    }
}

.open-compare-pp .featherlight .featherlight-outer {
    max-width: 100vw;
    max-height: 100vh
}

.open-compare-pp .featherlight .featherlight-content {
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 60px);
    margin: 0
}

.open-compare-pp .featherlight .featherlight-close-icon {
    top: 15px;
    right: 15px;
    left: auto;
    width: 46px;
    height: 46px
}