/*
Theme Name: T'es Ben Cornichon
Theme URI: https://demo.theme-sky.com/loobek/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: loobek
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: loobek
*/

/* Global Styles */
html, body {
    overflow-x: hidden;
}

/* Header Styles */
.header-template .container {
    padding: 8px 50px;
}

.header-transparent .header-template::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
    display: none;
}

/* Navigation Styles */
.ts-header nav > ul li ul.sub-menu::before {
    border-radius: 2em;
    left: 100px;
}

.ts-header nav > ul li.ts-megamenu > ul.sub-menu > li {
    margin-left: 100px;
}

.ts-header nav.main-menu > ul.menu > li > a::after,
.ts-header nav.main-menu > ul > li > a::after {
    border-width: 2px 0 0 0 !important;
    border-color: #a9d576 !important;
    bottom: 3px !important;
}

.ts-floating-sidebar h2 {
    font-size: var(--loobek-h3-font-size);
    line-height: var(--loobek-h3-line-height);
}
/* Breadcrumbs */
.has-background-image .bg-breadcrumb {
    background-color: #a9d576;
}

.breadcrumb-title-wrapper.breadcrumb-v2 + .page-container {
    padding-top: 50px;
}

.breadcrumb-v2 .breadcrumb-title {
    text-shadow: 0 1px 2px #000;
}

@media only screen and (min-width: 1201px) {
    .header-transparent .breadcrumb-title-wrapper.breadcrumb-v2 {
        min-height: 550px;
    }

    .single .header-transparent .breadcrumb-title-wrapper.breadcrumb-v2 {
        min-height: 300px !important;
    }
}

.shopping-cart-wrapper .dropdown-container:before, .my-account-wrapper .dropdown-container:before {
    border-color: var(--loobek-border);
    border-radius: 1.5em;
}

.style-sort-default .before-loop-wrapper .filter-widget-area-button a,
.style-sort-default .before-loop-wrapper .woocommerce-ordering ul.orderby > li,
.style-sort-default .before-loop-wrapper .product-per-page-form ul.perpage > li,
.style-sort-default .before-loop-wrapper .filter-widget-area-button a, 
.style-sort-default .before-loop-wrapper .woocommerce-ordering ul.orderby > li,
.style-sort-default .before-loop-wrapper .product-per-page-form ul.perpage>li,
.style-filter-dropdown .filter-widget-area .widget-container>*:not(.widget-title-wrapper),
.woocommerce .woocommerce-ordering .orderby ul:before,
.product-per-page-form ul.perpage ul:before {
    border-color: var(--loobek-border) !important;
}
    
@media only screen and (max-width: 767px) {
    .product-per-page-form > span, .woocommerce-ordering > span {
      display: none;
    }
}

.my-account-wrapper .dropdown-container,
.my-account-wrapper .forget-password,
.create-account.button-text {
    font-size: var(--loobek-main-small-font-size);
    line-height: 14px;
}

/* Animations */
@keyframes swing {
    0% { transform: rotate(-10deg); }
    50% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}

@keyframes label-window-fromleft {
    0% {
        clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
        -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
        color: rgba(255, 255, 255, 0);
    }
    50% {
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
        -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
        color: rgba(255, 255, 255, 0);
    }
    100% {
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
        -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
        color: rgba(255, 255, 255, 1);
    }
}

@keyframes circle-fromcenter {
    0% { clip-path: circle(0%); -webkit-clip-path: circle(0%); }
    100% { clip-path: circle(115%); -webkit-clip-path: circle(115%); }
}

/* Homepage Styles */
#slider-cornichon {
    animation: swing 5s ease-in-out infinite;
}

.slider-text-shadow {
    text-shadow: 0 1px 2px #000;
}

#categories-accueil .product {
    padding: 0 20px !important;
}

#categories-accueil .product-wrapper .meta-wrapper {
    margin-top: -25px !important;
}

#categories-accueil .product-wrapper .meta-wrapper .category-name a {
    display: inline-block;
    width: 100%;
    padding: 0.5rem;
    background-color: #659d30;
    box-shadow: inset 0 0 0 0 #659d30;
    font-size: 1.1rem;
    color: #fff !important;
}

#categories-accueil .product-wrapper:hover .meta-wrapper .category-name a {
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: inset 400px 0 0 0 #212121;
    color: #fff !important;
}

@media only screen and (max-width: 1600px) {
    #categories-accueil .product-wrapper .meta-wrapper .category-name a {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1200px) {
    #categories-accueil .product-wrapper .meta-wrapper .category-name a {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 575px) {
    #categories-accueil .product-category {
        width: 50% !important;
    }
S}

@media only screen and (max-width: 375px) {
    #categories-accueil .product-category {
        width: 100% !important;
    }
}


/*
#categories-accueil.animated {
    animation: 1s ease-in-out 1s circle-fromcenter both;
}

#categories-accueil.animated .product-wrapper .meta-wrapper .category-name a {
    animation: 1s ease-in-out 1s label-window-fromleft both;
}
*/

/* Product and Categories */
.ts-product-category-wrapper .product-wrapper:hover img {
    transform: scale(1.1);
}

.woocommerce .products .product .product-categories a {
    color: var(--loobek-button-color);
    background-color: var(--loobek-button-bg);
    border-color: var(--loobek-button-border);
    padding: 0 5px;
    line-height: 20px;
    font-size: 11px;
    display: inline-block;
}

.ts-active-filters .button-text,
.product-filter-by-availability div > ul > li label,
.style-filter-dropdown .ts-active-filters .widgettitle {
    font-size: 14px !important;
}

@media only screen and (min-width: 1201px) {
    .woocommerce .style-filter-dropdown #ts-filter-widget-area {
        width: auto !important;
    }
}

.ts-search-normal .search-content input[type="text"],
.woocommerce .quantity input.qty,
.quantity input.qty {
    border: 1px solid var(--loobek-border);
    color: #212121;
}

.woocommerce div.product.only-one-in-stock form.cart div.quantity {
    display: none;
}

.woocommerce div.product div.product-images-summary {
    grid-template-columns: 40% 60%;
}

@media only screen and (max-width: 1599px) {
    .woocommerce div.product div.product-images-summary {
        grid-template-columns: 50% 50%;
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce div.product div.product-images-summary,
    .woocommerce .show-breadcrumb-v3 div.product div.product-images-summary {
        grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 991px) {
    body.woocommerce div.product div.summary {
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
}
				
@media only screen and (min-width: 1561px) {
    .related-up-sells-bestsellers, .woocommerce div.product {
        gap: 50px;
    }
}

@media only screen and (min-width: 991px) {
    .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce-page table.shop_table_responsive tr td:before {
        display: none !important;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        background-color: transparent !important;
        text-align: start !important;
    }
    
    .woocommerce table.cart .empty-cart-button {
        margin-left: 0;
    }
    
    .woocommerce #content table.cart td.actions .button, 
    .woocommerce table.cart td.actions .button, 
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: calc(50% - 5px);
    }	
}

@media only screen and (max-width: 767px) {
    .woocommerce table.shop_table_responsive.cart tr td,
    .woocommerce-page table.shop_table_responsive.cart tr td {
        text-align: center !important;
    }
}

.ts-search-normal .search-content input[type="text"], .woocommerce .quantity input.qty, .quantity input.qty {
    border: 1px solid var(--loobek-border) !important;
}

.gift-cards-list button.ywgc-predefined-amount-button.selected_button,
.gift-cards-list button.ywgc-predefined-amount-button.selected_button .amount {
    color: white !important;
}
    
/* Woocommerce Store Notice */
.woocommerce-store-notice, p.demo_store, .admin-bar p.demo_store {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #42701A;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}

.woocommerce-store-notice__dismiss-link {
    margin-left: 25px;
}

/* Forms */
.formulaire-contact-2cols, .formulaire-contact-3cols {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.formulaire-contact-2cols > * {
    width: calc(50% - 13px);
}

.formulaire-contact-3cols > * {
    width: calc(33.3% - 13px);
}

/* Error Page */
.error404 #main > .page-container {
    background-image: url(https://tesbencornichon.com/wp-content/uploads/2024/11/fond-1.jpg);
}

.error404 #main > .page-container h1, .error404 #main > .page-container p {
    text-shadow: 0 1px 2px #000;
    color: #fff;
}

/* Complianz Styles */
#cmplz-document {
    max-width: 100%;
}

#cmplz-document, #cmplz-document p, #cmplz-document li {
    font-size: 16px;
}

/* Blog */
.list-posts .entry-title, .ts-blogs .entry-title {
    font-family: var(--loobek-heading-font) !important;
    font-size: 1.5rem !important;
}

/* Recipes */
a .wprm-recipe-icon {
  margin-right: 7px;
}
  
/* Others */
.svg-share-icon {
    height: 16px;
}

.ts-product-attribute > div:not(.color) a {
    background: transparent;
    border-color: var(--loobek-border);
}
.awdr_free_product_text{
    display: inline-block;
    padding: 0px 10px;
    background-color: #3d9cd2;
    color: #fff;
    border-radius: 3px;
}
.variation-wdr_free_product{
    display: none !important;
}
.awdr_change_product{
    cursor: pointer;
}
.awdr_free_product_variants{
    padding: 5px;
}
.awdr-product-name{
    padding-left: 10px;
}
.awdr_change_product{
    display: flex;
}
.awdr-select-free-variant-product-toggle {
    color: gray;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.02em;
    transition: 0.4s;
}

.awdr-select-free-variant-product-toggle-active, .awdr-select-free-variant-product-toggle:hover {
    color: #444;
}

.awdr-select-variant-product {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.awdr-select-free-variant-product-toggle:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 12px;
    color: #777;
    margin-left: 10px;
}

.awdr-select-free-variant-product-toggle-active:after {
    content: "\2796";/* Unicode character for "minus" sign (-) */
}/*
 * Font file created by Local Google Fonts 0.24.0
 * Created: Wed, 17 Sep 2025 21:49:55 +0000
 * Handle: redux-google-fonts-loobek_theme_options
 * Original URL: https://fonts.googleapis.com/css?family=DM+Sans%3A400%2C600%2C700%2C300%2C500%7CChewy%3A400%7CRoboto%3A500&amp;subset=latin&amp;display=swap
*/

/* latin */
@font-face {
  font-family: 'Chewy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/chewy--v18-normal-400.woff2?c=1758145795) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/dm-sans--v17-normal-300.woff2?c=1758145796) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/dm-sans--v17-normal-300.woff2?c=1758145796) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/dm-sans--v17-normal-300.woff2?c=1758145796) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/dm-sans--v17-normal-300.woff2?c=1758145796) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/dm-sans--v17-normal-300.woff2?c=1758145796) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/dm-sans--v17-normal-300.woff2?c=1758145796) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/dm-sans--v17-normal-300.woff2?c=1758145796) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/dm-sans--v17-normal-300.woff2?c=1758145796) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/dm-sans--v17-normal-300.woff2?c=1758145796) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/dm-sans--v17-normal-300.woff2?c=1758145796) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/roboto--v49-normal-500.woff2?c=1758145796) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/roboto-cyrillic-v49-normal-500.woff2?c=1758145796) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/roboto-greek-ext-v49-normal-500.woff2?c=1758145796) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/roboto--v49-normal-500.woff2?c=1758145796) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/roboto--v49-normal-500.woff2?c=1758145796) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/roboto--v49-normal-500.woff2?c=1758145796) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/roboto--v49-normal-500.woff2?c=1758145796) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/roboto--v49-normal-500.woff2?c=1758145796) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://tesbencornichon.com/wp-content/uploads/fonts/2fef271aa830549efe05a38c1d009db1/roboto--v49-normal-500.woff2?c=1758145796) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
div.sib-sms-field {
    display: inline-block;
    position: relative;
    width: 100%;
}

.sib-sms-field .sib-country-block {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sib-country-block .sib-toggle.sib-country-flg {
    z-index: 1;
    position: relative;
    width: 46px;
    height: 100%;
    padding: 0 0 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dbdbdb;
    cursor: pointer;
}

.sib-country-block .sib-toggle .sib-cflags {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 20px;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('/wp-content/plugins/mailin/img/flags/fr.png');
}
.sib-country-block .sib-toggle .sib-icon-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width:  0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid;
}
.sib-sms-field ul.sib-country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 0px -1px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
    background-color: white;
    border: 1px solid rgb(204, 204, 204);
    white-space: nowrap;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 50px;
    width: 250px;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix {
    font-size: 14px;
    padding:1px 10px;
    cursor: pointer;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover {
    background-color: #dbdbdb;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box {
    width: 20px;
}

.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag {
    height: 18px;
    width: 20px;
    background-image: url("/wp-content/plugins/mailin/img/flags/ad.png");
    vertical-align: middle;
    display: inline-block;
    background-repeat:no-repeat;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code {
    margin-left: 20px;
}
.sib-sms-field .sib-sms {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0;
}
.sib-multi-lists.sib_error {
    color: #A94442;
}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:991px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:1366px){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:1200px){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:991px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:991px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:991px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:992px) and (max-width:1366px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1201px) and (max-width:1366px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:992px) and (max-width:1200px){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:991px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:991px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1366px){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1200px){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:991px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1367px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:1366px){#elementor-device-mode:after{content:"laptop"}}@media (max-width:1200px){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:991px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:991px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:991px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:992px) and (max-width:1200px){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1201px) and (max-width:1366px){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1367px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-kit-17061{--e-global-color-primary:#4E841F;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#659D30;--e-global-color-0f11670:#E5E5E5;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-17061 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:540px;}.e-con{--container-max-width:540px;}}@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/loobek/css/fonts/Icomoon/icomoon.eot?b3vfy3');
  src:  url('/wp-content/themes/loobek/css/fonts/Icomoon/icomoon.eot?b3vfy3#iefix') format('embedded-opentype'),
    url('/wp-content/themes/loobek/css/fonts/Icomoon/icomoon.ttf?b3vfy3') format('truetype'),
    url('/wp-content/themes/loobek/css/fonts/Icomoon/icomoon.woff?b3vfy3') format('woff'),
    url('/wp-content/themes/loobek/css/fonts/Icomoon/icomoon.svg?b3vfy3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-cable-bold:before {
  content: "\e971";
}
.icomoon-camcorder-bold:before {
  content: "\e972";
}
.icomoon-drone-bold:before {
  content: "\e973";
}
.icomoon-drone-control-bold:before {
  content: "\e974";
}
.icomoon-memory-bold:before {
  content: "\e975";
}
.icomoon-accessories:before {
  content: "\e969";
}
.icomoon-creams:before {
  content: "\e96a";
}
.icomoon-eyes:before {
  content: "\e96b";
}
.icomoon-lips:before {
  content: "\e96c";
}
.icomoon-lotions:before {
  content: "\e96d";
}
.icomoon-mask:before {
  content: "\e96e";
}
.icomoon-palettes:before {
  content: "\e96f";
}
.icomoon-sun-protection:before {
  content: "\e970";
}
.icomoon-none:before {
  content: "\e968";
}
.icomoon-ice-skating:before {
  content: "\e967";
}
.icomoon-skateboarding:before {
  content: "\e966";
}
.icomoon-volleyball:before {
  content: "\e95c";
}
.icomoon-tennis:before {
  content: "\e95d";
}
.icomoon-swimming:before {
  content: "\e95e";
}
.icomoon-rugby:before {
  content: "\e95f";
}
.icomoon-hiking:before {
  content: "\e960";
}
.icomoon-golf:before {
  content: "\e961";
}
.icomoon-football:before {
  content: "\e962";
}
.icomoon-fitness:before {
  content: "\e963";
}
.icomoon-bike:before {
  content: "\e964";
}
.icomoon-basketball:before {
  content: "\e965";
}
.icomoon-ruler:before {
  content: "\e957";
}
.icomoon-security:before {
  content: "\e958";
}
.icomoon-water-protection:before {
  content: "\e959";
}
.icomoon-camcorder:before {
  content: "\e954";
}
.icomoon-drone:before {
  content: "\e955";
}
.icomoon-drone-control:before {
  content: "\e956";
}
.icomoon-dot:before {
  content: "\e953";
  color: #08C704;
}
.icomoon-leaf-3:before {
  content: "\e94c";
}
.icomoon-diamond:before {
  content: "\e94d";
}
.icomoon-multi-star:before {
  content: "\e94e";
}
.icomoon-email-2:before {
  content: "\e94f";
}
.icomoon-location:before {
  content: "\e950";
}
.icomoon-material:before {
  content: "\e951";
}
.icomoon-phone-2:before {
  content: "\e952";
}
.icomoon-smartphone:before {
  content: "\e949";
}
.icomoon-christmas-star:before {
  content: "\e94a";
}
.icomoon-tool-equipment:before {
  content: "\e94b";
}
.icomoon-battery:before {
  content: "\e947";
}
.icomoon-connection:before {
  content: "\e948";
}
.icomoon-play:before {
  content: "\e93c";
}
.icomoon-biology:before {
  content: "\e93a";
}
.icomoon-heart-health:before {
  content: "\e93b";
}
.icomoon-leaf-2:before {
  content: "\e939";
}
.icomoon-leaf:before {
  content: "\e937";
}
.icomoon-towel:before {
  content: "\e938";
}
.icomoon-snowboarding:before {
  content: "\e932";
}
.icomoon-downhill-skiing:before {
  content: "\e931";
}
.icomoon-snowshoeing:before {
  content: "\e92f";
}
.icomoon-truck-2:before {
  content: "\e92e";
}
.icomoon-percentage-2:before {
  content: "\e92d";
}
.icomoon-headphones-2:before {
  content: "\e926";
}
.icomoon-gift-box-2:before {
  content: "\e929";
}
.icomoon-gift-box:before {
  content: "\e920";
}
.icomoon-headphones:before {
  content: "\e923";
}
.icomoon-truck:before {
  content: "\e924";
}
.icomoon-check:before {
  content: "\e90a";
}
.icomoon-coupon-2:before {
  content: "\e91e";
}
.icomoon-percentage:before {
  content: "\e91f";
}
.icomoon-check-2:before {
  content: "\e90f";
}
.icomoon-comment:before {
  content: "\e95a";
}
.icomoon-search:before {
  content: "\e917";
}
.icomoon-nav:before {
  content: "\e918";
}
.icomoon-close2:before {
  content: "\e90b";
}
.icomoon-plus2:before {
  content: "\e916";
}
.icomoon-close:before {
  content: "\e906";
}
.icomoon-cart:before {
  content: "\e909";
}
.icomoon-minus:before {
  content: "\e945";
}
.icomoon-plus:before {
  content: "\e946";
}
.icomoon-arrow-down:before {
  content: "\e902";
}
.icomoon-arrow-left:before {
  content: "\e903";
}
.icomoon-arrow-right:before {
  content: "\e904";
}
.icomoon-arrow-up:before {
  content: "\e905";
}
.icomoon-calendar:before {
  content: "\e908";
}
.icomoon-compare:before {
  content: "\e90d";
}
.icomoon-coupon:before {
  content: "\e90e";
}
.icomoon-filter:before {
  content: "\e914";
}
.icomoon-grid-1:before {
  content: "\e919";
}
.icomoon-grid-2:before {
  content: "\e91a";
}
.icomoon-grid-3:before {
  content: "\e91b";
}
.icomoon-grid-4:before {
  content: "\e91c";
}
.icomoon-grid-5:before {
  content: "\e91d";
}
.icomoon-grid-6:before {
  content: "\e95b";
}
.icomoon-heart-fill:before {
  content: "\e944";
}
.icomoon-heart:before {
  content: "\e921";
}
.icomoon-star:before {
  content: "\e934";
}
.icomoon-star-fill:before {
  content: "\e935";
}
.icomoon-user:before {
  content: "\e93f";
}
.icomoon-email:before {
  content: "\e911";
}
.icomoon-phone:before {
  content: "\e92a";
}
.icomoon-instagram:before {
  content: "\e922";
}
.icomoon-cloud:before {
  content: "\e90c";
}
.icomoon-linkedin:before {
  content: "\e925";
}
.icomoon-network:before {
  content: "\e927";
}
.icomoon-paypal:before {
  content: "\e928";
}
.icomoon-pinterest:before {
  content: "\e92b";
}
.icomoon-behance:before {
  content: "\e907";
}
.icomoon-rss:before {
  content: "\e901";
}
.icomoon-spotify:before {
  content: "\e933";
}
.icomoon-reddit:before {
  content: "\e92c";
}
.icomoon-skype:before {
  content: "\e930";
}
.icomoon-dribble:before {
  content: "\e900";
}
.icomoon-flickr:before {
  content: "\e915";
}
.icomoon-feedly:before {
  content: "\e913";
}
.icomoon-dropbox:before {
  content: "\e910";
}
.icomoon-facebook:before {
  content: "\e912";
}
.icomoon-tik-tok:before {
  content: "\e936";
}
.icomoon-tumblr:before {
  content: "\e93d";
}
.icomoon-twitter:before {
  content: "\e93e";
}
.icomoon-viber:before {
  content: "\e940";
}
.icomoon-vimeo:before {
  content: "\e941";
}
.icomoon-yahoo:before {
  content: "\e942";
}
.icomoon-youtube:before {
  content: "\e943";
}
@media only screen and (max-width: 767px){
	#to-top{
		bottom: 0;
	}
	body:not(.ts_desktop).header-mobile-v3 #to-top{
		bottom: 47px;
		padding-bottom: calc(env(safe-area-inset-bottom) - 20px);
	}
	#to-top a{
		width: 34px;
		height: 34px;
}
	#to-top a:before{
		font-size: 20px;
		line-height: 34px;
	}
	/* LOGO */
	body .logo-wrapper{
		width: var(--loobek-logo-mobile-width);
		max-width: var(--loobek-logo-mobile-width);
	}
	header .logo-wrapper .logo img{
		max-width: var(--loobek-logo-mobile-width);
	}
	
	/* NOTICE */
	.ts-header-notice-shortcode{
		flex-wrap: wrap;
		margin: -3px 0;
		gap: 0 10px;
	}
	.ts-header-notice-shortcode > *{
		margin: 3px 0;
	}
	
	/* SEARCH AJAX */
	#ts-search-sidebar .ts-sidebar-content,
	.ts-floating-sidebar .ts-sidebar-content{
		width: 100%;
		transform: translateX(100%);/* rtl */
		border-width: 1px 0 0 0;
		border-style: solid;
	}
	#ts-search-sidebar .ts-sidebar-content{
		right: 0;/* rtl */
		left: auto;
		padding: 30px;
	}
	#ts-search-sidebar .ts-sidebar-content{
		transform: translateX(100%);
		bottom: 0;
	}
	#ts-search-sidebar .container{
		padding: 0;
	}
	#ts-search-sidebar h2.title{
		display: none;
	}
	#ts-search-sidebar .popular-searches > h6{
		display: none;
	}
	#ts-search-sidebar .product_list_widget > li{
		width: 100%;
	}
	.woocommerce ul.product_list_widget li > .ts-wg-thumbnail{
		width: 80px; 
		min-width: 80px;
	}
	#ts-search-sidebar .popular-searches > div{
		gap: 5px 20px;
	}
	
	/* MOBILE HEADER */
	body.floating-sidebar-active{
		overflow: hidden;
	}
	body.floating-sidebar-active.body-fixed{
		position: fixed;
	}
	.header-mobile-v3 .header-top{
		border-width: 0;
	}
	.has-breadcrumb.header-transparent .header-template:before{
		left: 10px;
		right: 10px;
	}
	.floating-sidebar-active .header-sticky{
		z-index: 996;
		box-shadow: none !important;
	}
	.header-mobile-v4 .ts-header .logo-wrapper{
		margin-right: auto;/* rtl */
	}
	.ts-mobile-icon-toggle .icon{
		display: block;
		cursor: pointer;
		text-align: center;
	}
	.ts-mobile-icon-toggle .icon:before{
		font-family: 'icomoon';
		font-size: 20px;
		line-height: 30px;
		font-weight: normal;
		display: block !important;
		margin: 0;
		content: "\e918";
	}
	.header-middle div.header-right > div.shopping-cart-wrapper{
		display: inline-block;
	}
	.ts-header .header-top > .container,
	.header-middle > .container{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#page .header-middle .header-left > *{
		display: inline-block;
		margin-right: 5px;/* rtl */
	}
	#page .ts-header .header-left .ts-mobile-icon-toggle{
		margin-left: -6px;/* rtl */
	}
	.header-middle div.shopping-cart-wrapper .ts-tiny-cart-wrapper{
		line-height: 0;
	}
	.shopping-cart-wrapper a.active > .ic-cart:before,
	.search-button > span.active:before,
	.ts-mobile-icon-toggle .icon.active:before,
	.ts-tiny-account-wrapper.active .account-link > a:before{
		content: "\e90b";
		font-size: 20px;
	}
	.header-number-style-v2 .ic-cart .cart-number{
		background: transparent !important;
	}
	.ts-header .header-language, 
	.ts-header .header-currency{
		z-index: 4;
	}
	.header-mobile-v4 .header-middle .header-left,
	.header-mobile-v4 .header-top .header-left{
		margin-right: 10px;/* rtl */
	}
	.header-top .logo-wrapper,
	.header-mobile-v3 .ts-header .header-top,
	.header-v10 .ts-header .header-top,
	.header-mobile-v2 .ts-header .header-top,
	.header-mobile-v2 .header-right .ts-mobile-icon-toggle,
	.header-mobile-v2 .ts-header .header-right .my-wishlist-wrapper,
	.header-mobile-v4 .ts-header .header-right .my-wishlist-wrapper{
		display: block;
	}
	.header-mobile-v2 .header-middle .header-right{
		margin: 0;
		justify-content: space-between;
		padding: 8px 20px;
		width: 100%;
	}
	.header-mobile-v2 .header-top + .header-middle > .container{
		padding: 0;
	}
	.header-mobile-v2 .header-middle > .container{
		padding-bottom: 0;
	}
	.header-mobile-v2 .header-middle div.header-right > *{
		margin: 0;
	}
	.header-mobile-v2 .header-middle div.header-right{
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 10px;
	}
	.header-mobile-v2 .header-top + .header-middle div.header-right{
		width: 100%;
		margin: 0;
	}
	.ts-header .header-top,
	.header-top .header-social-icon,
	.ts-header .header-right .my-wishlist-wrapper,
	.header-mobile-v2 .header-top + .header-middle .logo-wrapper,
	.header-mobile-v1 .header-right .search-button,
	.header-mobile-v1 .header-top .header-language,
	.header-mobile-v1 .header-top .header-currency,
	.header-mobile-v4 .header-top .header-language,
	.header-mobile-v4 .header-top .header-currency,
	.header-mobile-v3 #page .ts-header .my-account-wrapper,
	.header-mobile-v3 #page .ts-header .shopping-cart-wrapper,
	.header-mobile-v3 .header-top + .header-middle,
	.header-v10.header-mobile-v1 .header-top .header-right .my-wishlist-wrapper,
	.header-v10.header-mobile-v3 .header-top .header-right .my-wishlist-wrapper,
	.header-v10.header-mobile-v3 .header-top .header-right,
	.header-mobile-v1 .header-middle .group-language-currency,
	.header-mobile-v4 .header-middle .group-language-currency,
	.header-mobile-v3 .header-middle .header-right,
	.header-middle .header-right > .group-language-currency{
		display: none;
	}
	.header-mobile-v1 .header-middle .header-left,
	.header-mobile-v1 .header-middle .header-right,
	.header-v10.header-mobile-v1 .header-top .header-left,
	.header-v10.header-mobile-v1 .header-top .header-right{
		width: 90px;
		margin: 0;
		flex: 1;
	}
	.header-v10 .header-top .header-left .ts-mobile-icon-toggle,
	.header-v10 .header-top .header-left .search-button,
	.header-v10 .header-top .header-right .my-account-wrapper,
	.header-v10 .header-top .header-right .shopping-cart-wrapper,
	.header-v10 .header-top .header-right .my-wishlist-wrapper{
		width: 40px;
		margin-left: 5px;/* rtl */
		display: inline-block;
		text-align: center;
	}
	.header-middle div.header-right > *,
	.header-v10 .header-top .header-right .my-account-wrapper,
	.header-v10 .header-top .header-right .shopping-cart-wrapper,
	.header-v10 .header-top .header-right .my-wishlist-wrapper{
		margin-right: 5px;/* rtl */
		margin-left: 0;
	}
	.menu-middle .header-middle .header-right,
	#page .header-left > *:last-child,
	.header-middle div.header-right > *:last-child,
	.header-v10 #page .header-top .logo-wrapper,
	.header-v10 .header-top .header-left > *:last-child,
	.header-v10.header-mobile-v2 .header-top .header-right > *,
	.header-v10.header-mobile-v2 .header-left > *:first-child,
	.header-v10.header-mobile-v3 .header-left > *:first-child{
		margin-right: 0;/* rtl */
		margin-left: 0;/* rtl */
	}
	.header-v10.header-mobile-v4 .header-top .header-right{
		order: 2;
		flex: 2;
	}
	.header-v10 .header-top .header-left > .header-language + .header-currency ul{
		left: auto;
		margin: 0;
		right: 0;
	}
	.header-number-style-v2 .shopping-cart-wrapper .cart-control, 
	.header-number-style-v2 .tini-wishlist{
		margin-left: 5px;
	}
	.header-v10.header-mobile-v4 .header-top .header-right .search-button{
		margin-right: 5px;/* rtl */
	}
	.header-v10.header-mobile-v2 .header-top .header-right{
		width: 100%;
		justify-content: space-between;
		padding: 8px 10px 0 10px;
		margin-top: 11px;
		position: relative;
	}
	.header-v10.header-mobile-v2 .header-top .header-right:before{
		border-width: 1px 0 0 0;
		border-style: solid;
		content: "";
		position: absolute;
		left: -10px;
		right: -10px;
		top: -1px;
		bottom: auto;
	}
	.header-v10.header-mobile-v2 .header-left > *,
	.header-v10.header-mobile-v3 .header-left > *{
		margin-left: 20px;/* rtl */
	}
	.header-v10.header-mobile-v2 .header-top > .container{
		padding-bottom: 8px;
	}
	.header-v10.header-mobile-v2 .header-top > .container{
		flex-wrap: wrap;
	}
	.header-v10.header-mobile-v2 .header-top .header-left,
	.header-v10.header-mobile-v3 .header-top .header-left{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.header-mobile-v2 .header-middle .container{
		flex-wrap: wrap;
	}
	.header-mobile-v2 .header-middle .header-right{
		border-width: 1px 0 0 0;
		border-style: solid;
	}
	.header-mobile-v2 .header-top + .header-middle .header-right{
		border-width: 0;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu, 
	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, 
	.header-currency ul {
		left: -25px;/* rtl */
		padding-top: 32px;
	}
	.ts-header .wcml_currency_switcher > ul:before, 
	.ts-header .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
	.ts-header .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
		top: 15px;
	}
	.ts-header .group-language-currency > *:last-child .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
	.ts-header .group-language-currency > *:last-child .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
	.ts-header .group-language-currency > .header-currency:last-child ul{
		left: auto;
		right: 0;/* rtl */
	}
	#group-icon-header .my-wishlist-wrapper{
		margin: 0 30px;
		border-width: 1px 0 0 0;
		border-style: solid;
		display: block;
		padding-top: 15px;
	}
	#group-icon-header .my-wishlist-wrapper .title{
		display: block;
	}
	#group-icon-header .my-wishlist-wrapper a{
		display: flex;
		align-items: baseline;
		justify-content: flex-start;
		margin: 0;
	}
	#group-icon-header .my-wishlist-wrapper a:before{
		display: none;
	}
	#group-icon-header .tini-wishlist .count-number{
		position: static;
		background: transparent;
		border-radius: 0;
		width: auto;
		height: auto;
		order: 2;
		font-size: var(--loobek-menu-font-size);
		line-height: var(--loobek-menu-line-height);
	}
	#group-icon-header .tini-wishlist .count-number:before{
		content: "(";
		display: inline-block;
	}
	#group-icon-header .tini-wishlist .count-number:after{
		content: ")";
		display: inline-block;
	}
	
	/* HEADER */
	body .logo-wrapper{
		display: block;
	}
	body .logo-wrapper .logo{
		height: 34px;
	}
	body.floating-sidebar-active.header-text-light .ts-header img.sticky-logo{
		display: block;
	}
	body.floating-sidebar-active.header-text-light .ts-header img.transparent-header-logo,
	body.floating-sidebar-active.header-text-light .ts-header img.mobile-logo{
		display: none;
	}
	.has-breadcrumb.header-transparent .header-template, 
	.header-transparent .logo-center .header-template{
		padding-bottom: 0;
	}
	.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .header-middle,
	.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .header-top,
	.header-mobile-v2.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .header-middle .header-right,
	.header-mobile-v2.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .header-top .header-right:before{
		border-color: rgba(255,255,255,0.2);
	}
	.header-transparent .ts-header:not(.is-sticky) .header-template:before{
		position: absolute;
		left: 10px;
		right: 10px;
		bottom: 0;
		border-width: 1px 0 0 0;
		border-style: solid;
		content: "";
		z-index: 1;
		border-color: rgba(255,255,255,0.2);
	}
	.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .header-top,
	.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .header-middle{
		background: transparent;
	}
	.header-number-style-v2.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .ic-cart .cart-number,
	.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .header-language .wpml-ls > ul > li > a, 
	.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .header-currency .wcml_currency_switcher > a,
	.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .search-button > span, 
	.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .ts-mobile-icon-toggle .icon, 
	.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .account-link > a,
	.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .shopping-cart-wrapper a.cart-control > .ic-cart,
	.header-text-light:not(.floating-sidebar-active) .header-sticky:not(.is-sticky) .my-wishlist-wrapper a{
		color: #ffffff;
	}
	.header-text-light:not(.floating-sidebar-active).header-number-style-v1 .header-sticky:not(.is-sticky) .shopping-cart-wrapper .cart-control .cart-number, 
	.header-text-light:not(.floating-sidebar-active).header-number-style-v1 .header-sticky:not(.is-sticky) .tini-wishlist .count-number{
		background: #ffffff;
		color: #000000;
	}
	header .header-bottom{
		display: none !important;;
	}
	.ts-header .container{
		margin: 0 auto;
	}
	.header-middle > .container > *{
		margin-left: 0;/* rtl */
		margin-right: 0;/* rtl */
	}
	.ts-header .group-language-currency{
		margin-left: 20px;/* rtl */
	}
	.logo-wrapper .mobile-logo{
		display: block;
	}
	.logo-wrapper .normal-logo,
	.logo-wrapper .sticky-logo,
	.header-transparent .mobile-logo{
		display: none;
	}
	.header-sticky.is-sticky{
		-webkit-animation-name: animation_fade;
		-moz-animation-name: animation_fade;
		animation-name: animation_fade;
		-webkit-animation-duration: 250ms;
		-moz-animation-duration: 250ms;
		animation-duration: 250ms;
	}
	
	/* CART SIDEBAR */
	.shopping-cart-wrapper .dropdown-container{
		display: none !important;
	}
	.my-account-wrapper{
		position: static;
	}
	.ts-tiny-account-wrapper .dropdown-container:before{
		border-width: 0 !important;
		border-radius: 0 !important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#page .ts-tiny-account-wrapper .dropdown-container,
	#ts-mobile-button-bottom .ts-tiny-account-wrapper .dropdown-container,
	.woocommerce.archive .ts-sidebar{
		display: none;
		position: fixed;
		z-index: 99991;
		height: auto;
		width: 100%;
		padding: 30px;
		overflow: auto;
		right: 0;
		left: 0;
		bottom: 0;
		top: 0;
		border-width: 1px 0 0 0;
		border-style: solid;
		margin: 0;
	}
	.logged-in #page .ts-tiny-account-wrapper .dropdown-container,
	.logged-in #ts-mobile-button-bottom .ts-tiny-account-wrapper .dropdown-container{
		padding-top: 20px;
	}
	#page .ts-tiny-account-wrapper.active .dropdown-container,
	#ts-mobile-button-bottom .ts-tiny-account-wrapper.active .dropdown-container,
	.woocommerce.archive .ts-sidebar.active{
		display: block;
		-webkit-animation-duration: 300ms;
		-moz-animation-duration: 300ms;
		animation-duration: 300ms;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: animation_fade;
		-moz-animation-name: animation_fade;
		animation-name: animation_fade;
		-webkit-transform-origin: 10% 0 0;
		-moz-transform-origin: 10% 0 0;
		-ms-transform-origin: 10% 0 0;
	}
	#ts-shopping-cart-sidebar .dropdown-title{
		display: none;
	}
	.ts-floating-sidebar .overlay{
		display: none !important;
	}
	.ts-floating-sidebar .ts-sidebar-content{
		padding: 30px;
		display: none;
		width: 100%;
	}
	.ts-floating-sidebar.active .ts-sidebar-content{
		display: block;
		-webkit-animation-duration: 300ms;
		-moz-animation-duration: 300ms;
		animation-duration: 300ms;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: animation_fade;
		-moz-animation-name: animation_fade;
		animation-name: animation_fade;
		-webkit-transform-origin: 10% 0 0;
		-moz-transform-origin: 10% 0 0;
		-ms-transform-origin: 10% 0 0;
	}
	#ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart-content .cart_list{
		max-height: calc(100% - 142px);
	}
	.dropdown-footer-bottom{
		margin-top: 10px;
	}
	.dropdown-title{
		text-align: center;
	}
	.ts-floating-sidebar .close{
		display: none;
	}
	.ts-sidebar aside > .close{
		position: absolute;
		right: 0;/* rtl */
		top: 0;
		z-index: 999;
		text-align: center;
		width: 34px;
		height: 34px;
		line-height: 0;
		transition: 150ms ease 0s;
		color: var(--loobek-button-color);
		background-color: var(--loobek-button-bg);
		border-color: var(--loobek-button-border);
	}
	.ts-sidebar aside > .close:after{
		font-family: 'icomoon';
		content: "\e906";
		font-size: 11px;
		font-weight: normal;
		line-height: 34px;
	}
	#ts-filter-widget-area .close{
		display: block;
		right: 0;/* rtl */
		top: 0;
		color: var(--loobek-button-color);
		background-color: var(--loobek-button-bg);
		border-color: var(--loobek-button-border);
	}
	.ts-sidebar aside > .close:hover,
	#ts-filter-widget-area .close:hover{
		color: var(--loobek-button-hover-color);
		background-color: var(--loobek-button-hover-bg);
		border-color: var(--loobek-button-hover-border);
	}
	body.image-button-radius #ts-filter-widget-area .close,
	body.image-button-radius .ts-sidebar aside > .close{
		border-radius: 0 0 0 10px;/* rtl */
	}
	.dropdown-container .cart-number{
		margin-bottom: 30px;
	}
	
	/* MENU BOTTOM MOBILE BOTTOM */
	.header-top,
	.header-middle{
		background: var(--loobek-header-mobile-bg);
	}
	#ts-mobile-button-bottom .ts-mobile-icon-toggle .icon, 
	#ts-mobile-button-bottom .shopping-cart-wrapper a.cart-control,
	#ts-mobile-button-bottom .search-button > span,
	#ts-mobile-button-bottom .my-account-wrapper .account-link > a,
	#ts-mobile-button-bottom .my-wishlist-wrapper a{
		color: var(--loobek-menu-bottom-mobile-color);
	}
	#ts-mobile-button-bottom .ts-mobile-icon-toggle .icon:hover, 
	#ts-mobile-button-bottom .shopping-cart-wrapper a.cart-control:hover,
	#ts-mobile-button-bottom .search-button > span:hover,
	#ts-mobile-button-bottom .my-account-wrapper .account-link > a:hover,
	#ts-mobile-button-bottom .my-wishlist-wrapper a:hover{
		color: var(--loobek-menu-bottom-mobile-hover);
	}
	#ts-mobile-button-bottom{
		background: var(--loobek-menu-bottom-bg);
		border-color: var(--loobek-menu-bottom-border-color);
	}
	body:not(.ts_desktop).header-mobile-v3{
		margin-bottom: 47px;
		padding-bottom: calc(env(safe-area-inset-bottom) - 20px);
	}
	body:not(.ts_desktop) #ts-mobile-button-bottom{
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 994;
		display: flex;
		justify-content: space-between;
		box-shadow: 0 -2px 4px rgba(51,51,51,0.2);
		border-width: 1px 0 0 0;
		border-style: solid;
		content: "";
		padding: 8px 20px;
	}
	#ts-mobile-button-bottom .ts-mobile-icon-toggle .icon, 
	#ts-mobile-button-bottom .shopping-cart-wrapper a.cart-control,
	#ts-mobile-button-bottom .search-button > span,
	#ts-mobile-button-bottom .my-account-wrapper .account-link > a,
	#ts-mobile-button-bottom .my-wishlist-wrapper a{
		text-align: center;
	}
	#ts-mobile-button-bottom > *{
		padding: 0;
		display: block;
	}
	body:not(.ts_desktop).header-mobile-v3 #ts-mobile-button-bottom > *{
		padding-bottom: calc(env(safe-area-inset-bottom) - 20px);
	}
	#ts-mobile-button-bottom a:hover{
		text-decoration: none;
	}
	#ts-mobile-button-bottom a i{
		display: block;
		font-size: 20px;
		line-height: 24px;
	}
	#ts-mobile-button-bottom p{
		margin: 0;
	}
	#group-icon-header,
	.header-mobile-v2 .header-middle .header-right,
	#ts-search-sidebar .ts-sidebar-content,
	.ts-floating-sidebar .ts-sidebar-content{
		border-color: var(--loobek-header-mobile-border-color);
	}
	.ts-header .ts-mobile-icon-toggle .icon, 
	.ts-header .search-button > span,
	.ts-header .my-account-wrapper .account-link > a,
	.ts-header .my-wishlist-wrapper a,
	.ts-header .shopping-cart-wrapper a > .ic-cart,
	.ts-header .header-language .wpml-ls > ul > li > a, 
	.ts-header .header-currency .wcml_currency_switcher > a{
		color: var(--loobek-header-mobile-color);
	}
	.ts-header .ts-mobile-icon-toggle .icon:hover, 
	.ts-header .search-button > span:hover,
	.ts-header .my-account-wrapper .account-link > a:hover,
	.ts-header .my-wishlist-wrapper a:hover,
	.ts-header .header-language:hover .wpml-ls > ul > li > a, 
	.ts-header .header-currency:hover .wcml_currency_switcher > a{
		color: var(--loobek-header-mobile-hover-color);
	}
	.header-number-style-v1 .tini-wishlist .count-number, 
	.header-number-style-v1 .ic-cart .cart-number{
		color: var(--loobek-header-mobile-cart-color);
		background-color: var(--loobek-header-mobile-cart-bg);
	}
	.header-number-style-v2 .ic-cart .cart-number{
		color: var(--loobek-header-mobile-color);
	}
	#group-icon-header .header-currency .wcml_currency_switcher > a, 
	#group-icon-header .header-language .wpml-ls > ul > li > a,
	.ic-mobile-menu-close-button,
	.mobile-menu-wrapper nav ul li > a,
	.mobile-menu-wrapper nav ul.sub-menu > li.menu-item:before,
	.mobile-menu-wrapper nav ul.sub-menu li > .ts-menu-drop-icon,
	.mobile-menu-wrapper nav > ul.menu ul li > .ts-menu-drop-icon,
	#group-icon-header .tini-wishlist,
	#group-icon-header .tini-wishlist .count-number,
	#group-icon-header .mobile-menu-wrapper span.ts-menu-drop-icon{
		color: var(--loobek-menu-mobile-color);
	}
	#group-icon-header .wpml-ls-legacy-dropdown ul > li.wpml-ls-current-language > a:before,
	#group-icon-header .wpml-ls-legacy-dropdown-click ul > li.wpml-ls-current-language > a:before,
	#group-icon-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li > a:before, 
	#group-icon-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu > li > a:before,
	#group-icon-header .header-currency ul li > a:before,
	#group-icon-header .wcml_currency_switcher > a:before{
		border-color: var(--loobek-menu-mobile-color);
	}
	.mobile-menu-wrapper nav *{
		border-color: var(--loobek-menu-mobile-border-color);
	}
	#group-icon-header,
	#group-icon-header ul.sub-menu,
	#group-icon-header .ts-sidebar-content,
	#group-icon-header .menu-title,
	#group-icon-header .group-mobile-bottom{
		background-color: var(--loobek-menu-mobile-bg);
	}
	.mobile-menu-wrapper *,
	.mobile-menu-wrapper *:before,
	.mobile-menu-wrapper *:after{
		border-color: var(--loobek-menu-mobile-border-color);
	}
	body #group-icon-header .menu-title,
	.mobile-menu-wrapper span.ts-menu-drop-icon.active:after{
		color: var(--loobek-menu-mobile-title-active-color);
	}
	.mobile-menu-wrapper nav ul li:hover > a,
	.mobile-menu-wrapper nav ul ul li:hover > a,
	.mobile-menu-wrapper nav ul li.menu-item:hover:before,
	.mobile-menu-wrapper ul.menu ul.sub-menu > li > a:hover,
	.mobile-menu-wrapper ul.menu li[class*="current-"] > a,
	.mobile-menu-wrapper nav ul.menu li[class*="current-"]:before,
	.group-button-header a:hover,
	#group-icon-header .tini-wishlist:hover,
	#group-icon-header .tini-wishlist:hover .count-number,
	#group-icon-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover, 
	#group-icon-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover{
		color: var(--loobek-menu-mobile-hover-color);
	}
	#group-icon-header{
		flex-direction: column;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 995;
		display: none;
		transform: translateX(0);
		border-width: 1px 0 0 0;
		border-style: solid;
	}
	#group-icon-header .ts-sidebar-content{
		width: 100%;
		left: 0;
		right: 0;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		overflow-y: auto;
		padding: 10px 0;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	#group-icon-header .ts-sidebar-content .sidebar-content{
		height: 100%;
	} 
	#group-icon-header.active{
		display: block;
		-webkit-animation-duration: 300ms;
		-moz-animation-duration: 300ms;
		animation-duration: 300ms;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: animation_fade;
		-moz-animation-name: animation_fade;
		animation-name: animation_fade;
		-webkit-transform-origin: 10% 0 0;
		-moz-transform-origin: 10% 0 0;
		-ms-transform-origin: 10% 0 0;
	}
	#group-icon-header .mobile-menu-wrapper{
		overflow-y: scroll;
		position: relative;
	}
	#group-icon-header nav > ul > li.small-menu > a{
		padding: 5px 0;
	}
	/* Menu Drone Line */
	#group-icon-header nav .line-border{
		display: none;
	}
	.ts-header .header-middle .container{
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	header .ts-mobile-icon-toggle .icon:before,
	header .shopping-cart-wrapper a > .ic-cart:before{
		font-size: 20px;
		line-height: 30px;
		display: inline-block;
	}
	#group-icon-header .menu-title,
	#group-icon-header .tini-wishlist,
	.mobile-menu-wrapper nav > ul.menu > li > a,
	.mobile-menu-wrapper nav ul.sub-menu > li > a{
		font-family: var(--loobek-menu-font);
		font-weight: var(--loobek-menu-font-weight);
		letter-spacing: var(--loobek-menu-letter-spacing);
		font-size: var(--loobek-menu-font-size);
		line-height: var(--loobek-menu-line-height);
	}
	body .mobile-menu-wrapper.ts-menu nav.mobile-menu{
		width: 100%;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
	}
	.mobile-menu-wrapper span.ts-menu-drop-icon{
		top: 0;
		left: auto;
		right: 0;/* rtl */
		bottom: auto;
		text-align: center;
		z-index: 3;
		cursor: pointer;
		transform: none;
		width: 30px;
		float: right;/* rtl */
		padding: 0;
		line-height: 50px;
		height: auto;
		display: inline-block;
		text-align: end;
	}
	#group-icon-header .mobile-menu-wrapper span.ts-menu-drop-icon:after{
		content: "\e916";
		font-family: 'icomoon';
		font-weight: normal;
		font-size: 16px;
		text-indent: 0;
		letter-spacing: 0;
	}
	#group-icon-header .mobile-menu-wrapper span.ts-menu-drop-icon.active:after{
		content: "\e903";
		line-height: 30px;
		width: 30px;
		font-size: 8px;
		display: inline-block;
		text-align: center;
		margin: 0 0 0 -11px;
		position: relative;
		top: -1px;
	}
	body #group-icon-header .menu-title{
		margin: 0;
		padding: 10px 30px 10px 35px;/* rtl */
		white-space: nowrap;
		line-height: 56px;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 5;
	}
	body #group-icon-header.not-first-level .menu-title{
		display: block;
	}
	#group-icon-header .menu-title span{
		position: relative;
		display: inline-block;
		padding: 0 0 0 20px;/* rtl */
	}
	.mobile-menu-wrapper ul{
		margin: 0;
	}
	.mobile-menu-wrapper .ts-menu-drop-icon + ul.sub-menu{
		position: fixed;
		padding: 10px 30px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 6;
		display: none !important;
		overflow: auto;
		border-width: 0;
	}
	.mobile-menu-wrapper ul.sub-menu{
		padding-left: 20px;/* rtl */
		border-width: 1px 0 0 0;
		border-style: solid;
	}
	.mobile-menu-wrapper li.active .ts-menu-drop-icon.active{
		position: fixed;
		top: 0;
		left: 30px;/* rtl */
		right: 30px;
		width: auto;
		z-index: 6;
		text-align: start;
		display: block;
		line-height: 76px;
	}
	.mobile-menu-wrapper li.active .ts-menu-drop-icon.active:before{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		border-width: 0 0 1px 0;
		border-style: solid;
		content: "";
		height: 1px;
	}
	.mobile-menu-wrapper li.active > .ts-menu-drop-icon + ul.sub-menu{
		-webkit-animation-duration: 300ms;
		-moz-animation-duration: 300ms;
		animation-duration: 300ms;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: animation_fade;
		-moz-animation-name: animation_fade;
		animation-name: animation_fade;
		display: block !important;
	}
	.mobile-menu-wrapper li.ts-megamenu > ul.sub-menu > li{
		overflow: hidden;
	}
	.mobile-menu-wrapper nav > ul{
		margin: 0;
		padding: 0 30px;
	}
	.mobile-menu-wrapper nav > ul ul{
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.mobile-menu-wrapper nav .widget_media_image img{
		margin: 20px 0;
	}
	.mobile-menu-wrapper nav > ul ul.sub-menu li:last-child > ul.sub-menu{
		margin-bottom: 0;
	}
	.mobile-menu-wrapper nav ul > li.menu-item{
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
	}
	.mobile-menu-wrapper nav .elementor-widget-wp-widget-nav_menu ul > li.menu-item{
		margin: 0;
	}
	.mobile-menu-wrapper .menu-sub-label{
		top: 0;
		right: -6px;/* rtl */
	}
	.mobile-menu-wrapper nav ul li.menu-item > a{
		padding: 15px 0;
	}
	.mobile-menu-wrapper nav ul li.menu-item{
		border-width: 0 0 1px 0;
		border-style: solid;
	}
	.mobile-menu-wrapper nav ul li.menu-item:last-child{
		border-width: 0;
	}
	.mobile-menu-wrapper ul li{
		list-style: none;
	}
	.mobile-menu-wrapper nav li a{
		display: inline-block;
		z-index: 1;
		position: relative;
	}
	.mobile-menu-wrapper ul.sub-menu > li,
	.mobile-menu-wrapper .widget_nav_menu ul > li{
		text-transform: none;
		padding: 0;
	}
	.mobile-menu-wrapper nav li a:hover{
		text-decoration: none;
	}
	.menu-main-mobile nav .widget_nav_menu{
		margin-bottom: 0;
		padding: 0;
		border-width: 0;
		width: 100%;
	}
	.mobile-menu-wrapper nav > ul > li.small-menu > a{
		text-transform: none;
	}
	.group-button-header a:hover{
		text-decoration: none;
	}
	#group-icon-header .group-mobile-bottom{
		overflow: hidden;
		padding: 10px 30px 40px 30px;
		border-width: 1px 0 0 0;
		border-style: solid;
		margin-top: 20px;
		position: relative;
		z-index: 0;
	}
	.group-mobile-bottom > *{
		margin-top: 20px;
	}
	.group-mobile-bottom > div:last-child{
		margin-right: 0;/* rtl */
	}
	#group-icon-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a, 
	#group-icon-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
	#group-icon-header .header-currency ul a{
		line-height: var(--loobek-main-font-line-height);
	}
	#group-icon-header .wpml-ls-sub-menu .wpml-ls-flag{
		align-self: center;
		position: static;
	}
	#group-icon-header .header-language .wpml-ls > ul > li > a:after, 
	#group-icon-header .header-currency .wcml_currency_switcher > a:after{
		display: none;
	}
	#group-icon-header .header-language:hover .wpml-ls-sub-menu,
	#group-icon-header .header-currency:hover ul{
		-webkit-animation: none !important;
		-moz-animation: none !important;
		animation: none !important;
	}
	#group-icon-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, 
	#group-icon-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, 
	#group-icon-header .header-currency ul,
	#group-icon-header .wcml_currency_switcher{
		padding: 0;
		margin: 0 -30px 0 0;/* rtl */
		position: static;
		visibility: visible !important;
		display: flex;
		flex-wrap: wrap;
	}
	#group-icon-header .wpml-ls-legacy-dropdown ul > li.wpml-ls-current-language > a,
	#group-icon-header .wpml-ls-legacy-dropdown-click ul > li.wpml-ls-current-language > a,
	#group-icon-header .wcml_currency_switcher > a{
		margin-right: 30px;/* rtl */
		position: relative;
	}
	#group-icon-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li, 
	#group-icon-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu > li,
	#group-icon-header .header-currency ul li{
		margin-right: 30px;/* rtl */
		width: auto;
		position: relative;
		padding: 0;
	}
	#group-icon-header .wpml-ls-legacy-dropdown ul > li.wpml-ls-current-language > a:before,
	#group-icon-header .wpml-ls-legacy-dropdown-click ul > li.wpml-ls-current-language > a:before,
	#group-icon-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li > a:before, 
	#group-icon-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu > li > a:before,
	#group-icon-header .header-currency ul li > a:before,
	#group-icon-header .wcml_currency_switcher > a:before{
		position: absolute;
		left: 50%;
		right: 50%;
		bottom: 0;
		height: 1px;
		border-width: 1px 0 0 0;
		border-style: solid;
		content: "";
	}
	#group-icon-header .wpml-ls-legacy-dropdown ul > li.wpml-ls-current-language > a:before,
	#group-icon-header .wpml-ls-legacy-dropdown-click ul > li.wpml-ls-current-language > a:before,
	#group-icon-header .wcml_currency_switcher > a:before{
		left: 0;
		right: 0;
	}
	#group-icon-header .wpml-ls-legacy-dropdown .wpml-ls-item{
		display: flex;
		flex-wrap: wrap;
	}
	#group-icon-header .wcml_currency_switcher > ul:before, 
	#group-icon-header .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before, 
	#group-icon-header .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
		display: none;
	}
	.ts-search-normal form > .search-content{
		margin-left: 0;/* rtl */
		margin-right: 0;
	}
	
	/* MENU MOBILE */
	.mobile-menu-wrapper nav > ul li ul.sub-menu > li > a,
	.widget_nav_menu .menu > li > a{
		position: relative;
	}
	.ts-menu nav .widgettitle{
		margin-top: 0;
	}
	.ts-menu nav li > .widgettitle + div{
		margin-bottom: 20px;
	}
	.ts-menu nav ul > li:last-child > .widgettitle + div{
		margin-bottom: 0;
	}
	.ts-menu nav .widgettitle + div
	.ts-megamenu-columns-2 li.widget,
	.ts-megamenu-columns-3 li.widget,
	.ts-megamenu-columns-4 li.widget,
	.ts-megamenu-fullwidth li.widget{
		width: 100% !important;
		float: none;/* rtl */
		margin-bottom: 30px;
	}
	#ts-search-sidebar.active .ts-search-normal{
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
	#page:before{
		position: fixed;
		opacity: 0;
		left: 0;
		right: 0;
		bottom: -100px;
		top: 0;
		content: "";
		background: #000000;
		transition: opacity 0.35s;
		z-index: -1;
	}
	
	/* RESET */
	.ts-elementor-lazy-load .placeholder-widget-title{
		height: 30px;
	}
	.type-product-category .placeholder-items.is-slider.thumbnail-radius,
	.type-product-category .placeholder-items.is-slider.show-icon{
		grid-template-columns: repeat(3, 1fr);
	}
	.ts-elementor-lazy-load .placeholder-items.is-slider{
		grid-template-columns: repeat(2, 1fr);
	}
	.ts-logo-slider-wrapper.loading .content-wrapper,
	.thumbnails-container.loading,
	.thumbnails.loading{
		height: 70px;
	}
	.woocommerce form .form-row-first, 
	.woocommerce-page form .form-row-first{
		margin-left: 0;/* rtl */
		margin-right: 0;
	}
	.woocommerce .products{
		gap: 30px 0;
	}
	.ts-slider .product-group{
		gap: 30px 0;
	}
	.columns-6 .items .item,
	.columns-7 .items .item,
	.columns-8 .items .item,
	.columns-9 .items .item,
	.columns-10 .items .item{
		width: 50%;
	}
	.alignnone {
		margin: 10px 0 10px 0;
	}
	.alignleft {
		margin: 0 10px 10px 0 !important;
	}

	.alignright{
		margin: 10px 0 10px 10px !important;
	}
	.aligncenter {
		margin: 0 auto 10px auto;
	}
	.page-container{
		display: flex;
		flex-flow: row wrap;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		min-height: 400px;
	}
	#right-sidebar{ 
		order: 3;
	}
	#left-sidebar{ 
		order: 2;
	}
	.ts-sidebar{
		margin-top: 50px;
		width: 100%;
	}
	.widget-container{
		margin-top: 20px;
		padding-top: 20px;
	}
	.widget-container .widget-title{
		margin-bottom: 0;
	}
	.ts-sidebar.active .widget-container .widget-title{
		margin-bottom: 20px;
	}
	#main-content{ 
		order: 1;
	}
	body.archive.woocommerce .ts-sidebar,
	body.archive.woocommerce #main-content{ 
		order: initial;
		max-width: 100%;
		float: none;/* rtl */
		width: 100%;
	}
	body.archive.woocommerce .page-container{
		padding-top: 0;
	}
	body.archive.woocommerce .breadcrumb-title-wrapper.breadcrumb-v2 + .page-container{
		padding-top: 20px;
	}
	.hidden-phone{display: none !important;}
	.visible-phone{display: block !important}
	#yith-wcwl-popup-message{
		padding: 10px 20px;
	}
	:is(.page-template-blog-template,.woocommerce,.woocommerce-page,.single,.archive) #main > .page-container,
	#main > .page-container.index-template{
		padding-bottom: 50px;
	}
	.ts-wishlist-table-wrapper,
	.ts-compare-table-wrapper {
		margin-bottom: 50px;
	}
	#main-content.product-has-background:before{
		bottom: -50px;/* = padding bottom above */
	}
	
	/* BREADCRUMB */
	.header-transparent .breadcrumb-title-wrapper.breadcrumb-v2{
		padding-top: 100px;
	}
	.breadcrumb-title-wrapper .breadcrumb-title{
		gap: 10px;
	}
	
	/* DOKAN */
	body .dokan-store-sidebar.dokan-w3,
	body .dokan-single-store.dokan-w8{
		width: 100%;
		clear: both;
		float: none;/* rtl */
		padding-left: 0;/* rtl */
		padding-right: 0;/* rtl */
	}
	form.login p.form-row input[type="text"], 
	form.login p.form-row input[type="password"],
	form.login p.form-row input[type="email"], 
	form.register p.form-row input[type="password"],
	form.register p.form-row input[type="text"], 
	form.register p.form-row input[type="email"], 
	.create-account input[type="password"],
	.register .woocommerce-password-strength{
		max-width: 100%;
	}
	
	/* WISHLIST */
	.ts-wishlist-table-wrapper .heading-row{
		display: none;
	}
	.ts-wishlist-table-wrapper .items .item{
		display: grid;
		grid-template-columns: [left] 100px [right] 1fr;/* rtl */
		align-items: center;
        gap: 5px 20px;
        border: 1px solid var(--loobek-border);
        margin-bottom: 10px;
        padding: 15px 30px 15px 15px;/* rtl */
		position: relative;
		--ts-btn-padding-top: 6px;
	}
	body.image-button-radius .ts-wishlist-table-wrapper .items .item {
		border-radius: 10px;
	}
	.ts-wishlist-table-wrapper.empty-wishlist .items .item:only-child {
		display: block;
		padding-left: 30px;/* rtl */
	}
	.ts-wishlist-table-wrapper .items .item .product-remove{
		width: 20px;
        height: 20px;
		position: absolute;
		top: 7px;
		right: 2px;/* rtl */
		margin: 0;
        padding: 0;
	}
	.ts-wishlist-table-wrapper .items .item .product-thumbnail {
		grid-column: left;/* rtl */
		grid-row-end: span 4;
		display: flex;
		align-self: center;
		padding: 0;
	}
	.ts-wishlist-table-wrapper .items .item .product-name > a{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.ts-wishlist-table-wrapper .items .item .product-thumbnail img,
	.ts-wishlist-table-wrapper .wishlist-item > .product-thumbnail{
		width: 100%;
	}
	.ts-wishlist-table-wrapper .product-add-to-cart a {
		margin-top: 5px;
	}
	.ts-wishlist-table-wrapper .product-add-to-cart {
		justify-content: flex-start;
	}
	
	/* COMPARE */
	.ts-remove-from-compare {
		top: 5px;
	}
	.ts-compare-table-wrapper > div.product-thumbnail > div:not(.heading) {
		display: flex;
		flex-direction: column;
	}
	.ts-compare-popup .items .item .product-meta {
		display: none
	}
	.ts-compare-table-wrapper > div.product-thumbnail > div:not(.heading) {
		display: flex;
		flex-direction: column;
	}
	.ts-compare-popup .items .item .product-meta {
		display: none;
	}
	.ts-compare-popup .items .item .product-wrapper {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 5px;
	}
	.ts-compare-popup .items {
		flex: none;
		gap: 1px;
	}
	.ts-compare-popup .items .item {
		padding: 10px;
	}
	.ts-compare-popup .item .remove {
		font-size: 8px;
		width: 20px;
		height: 20px;
	}
	.ts-compare-table-wrapper > div.product-thumbnail .heading {
		display: none;
	}
	.ts-compare-table-wrapper > div {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		justify-content: center;
	}
	.ts-compare-table-wrapper > div .heading {
        width: 100%;
		text-align: center;
		font-size: calc(1em + 1px);
		padding: 10px;
    }
	.ts-compare-table-wrapper > div > *:not(.heading) {
		width: 33.33333%; 
		padding: 10px;
	}
	.ts-compare-table-wrapper > div.product-thumbnail > div:not(.heading) {
		padding-top: 30px;
	}
	.ts-compare-table-wrapper.woocommerce .button.add_to_cart_button {
		width: 40px;
        height: 40px;
        padding: 0;
        min-width: 0;
        text-align: center;
        gap: 0;
	}
	.ts-remove-from-compare:before {
		font-size: 10px;
	}
	.ts-compare-table-wrapper.woocommerce .button.add_to_cart_button:before {
		content: "\e909";
		font-family: 'icomoon';
		font-weight: normal;
		font-style: normal;
		letter-spacing: 0;
		font-size: 14px;
		margin: 0;
	}
	.ts-compare-table-wrapper.woocommerce .button.add_to_cart_button.added:before {
		content: "\e90a";
	}
	.ts-compare-table-wrapper .product-add-to-cart .button-tooltip {
		display: none;
	}
	.header-mobile-v3 .ts-stick-compare-button {
		bottom: 52px;
	}
	.header-mobile-v3 .ts-compare-popup {
		bottom: 47px;
	}
	
	/* BLOG */
	.list-posts article.sticky .entry-content, 
	.list-posts article.sticky .entry-content.no-featured-image{
		padding: 20px;
	}
	.blog-categories-filter{
		margin-bottom: 30px;
	}
	.blog-categories-filter ul{
		gap: 10px 20px;
	}
	.list-posts,
	.list-posts.columns-3,
	.list-posts.columns-2{
		grid-template-columns: 100%;
	}
	.widget-container > h3.hidden + .social-icons{
		display: block !important;
		padding-bottom: 0 !important;
	}
	.ts-pagination{
		margin-top: 50px;
	}
	.site-content >.list-posts:not(.columns-2):not(.columns-3){
		gap: 40px 0;
	}
	
	/* BLOG DETAIL */
	.entry-image-header{
		gap: 20px;
		padding-bottom: 30px;
	}
	.entry-image-header .entry-header{
		gap: 10px;
	}
	article.single .entry-content > div.entry-meta-bottom{
		margin-top: 50px;
	}
	.single article.single{
		gap: 50px;
	}
	.ts-blogs.related-posts{
		padding-bottom: 50px;
	}
	article.single .entry-author{
		padding: 20px;
	}
	#comments.comments-area ol.commentlist + #comment-wrapper{
		margin-top: 50px;
	}
	article.single .entry-content > div.entry-meta-bottom .list-links{
		gap: 5px 20px;
	}
	article.single .entry-content > div.entry-meta-bottom{
		padding-top: 20px;
		border-width: 1px 0 0 0;
		border-style: solid;
	}
	#comments.comments-area .entry-meta-comment{
		align-self: center;
	}
	#comments.comments-area .comment-wrapper{
		grid-template-columns: 60px auto;
	}
	#comments.comments-area .commentlist .comment-detail{
		grid-column: 1 / 3;
	}
	#comments.comments-area ol.commentlist .children .comment-wrapper,
	#comments.comments-area ol.commentlist .children .children .comment-wrapper{
		grid-template-columns: 50px auto;
	}
	.single-post-bottom-content{
		gap: 50px;
		margin-top: 50px;
		order: 10;
	}
	.meta-navigation a img{
		display: none;
	}
	.article.type-page + #comments.comments-area{
		margin: 50px 0;
	}

	/* RESET */
	.breadcrumb-title .term-description,
	.ts-product-deals-wrapper header .ts-countdown{
		font-size: var(--loobek-main-font-size);
	}
	h1,
	.header-transparent .breadcrumb-v2 .breadcrumb-title h1,
	.ts-coupon-wrapper.item-vertical .discount-number{
		font-size: var(--loobek-h1-mobile-font-size);
		line-height: var(--loobek-h1-mobile-line-height);
	}
	h2,
	.breadcrumb-v2 .breadcrumb-title h1,
	article.single h1.entry-title{
		font-size: var(--loobek-h2-mobile-font-size);
		line-height: var(--loobek-h2-mobile-line-height);
	}
	h3,
	.woocommerce #primary > .woocommerce-info,
	.woocommerce-no-products-found .woocommerce-info,
	#page .woocommerce-no-products-found .wc-block-components-notice-banner.is-info,
	body .cart-empty.woocommerce-info,
	.ts-coupon-shortcode .number{
		font-size: var(--loobek-h3-device-font-size);
		line-height: var(--loobek-h3-device-line-height);
	}
	div.product > #reviews .wcpr-overall-rating-left-average,
	.woocommerce-tabs #reviews .wcpr-overall-rating-left-average{
		font-size: var(--loobek-h3-device-font-size);
	}
	h4,
	blockquote,
	#order_review_heading,
	.woocommerce-account .page-container div.woocommerce > h2,
	.account-content h2,
	.woocommerce-MyAccount-content > h2,
	.woocommerce-customer-details > h2,
	.woocommerce-order-details > h2,
	.woocommerce-billing-fields > h3,
	.woocommerce-additional-fields > h3,
	header.woocommerce-Address-title > h3,
	.special-filter-area .page-title,
	.woocommerce div.product .entry-title,
	.product-size-chart-container .product-size-chart-content > h2{
		font-size: var(--loobek-h4-device-font-size);
		line-height: var(--loobek-h4-device-line-height);
	}
	.woocommerce div.product .summary p.price .amount,
	div.product .summary .ts-variation-price .amount{
		font-size: var(--loobek-h4-device-font-size);
	}
	h5,
	.ts-floating-sidebar h2,
	.entry-content h1.blog-title,
	.mc4wp-form-fields > h2.title,
	.dropdown-container .cart-number,
	.yith-wfbt-section > h3,
	.team-info h3.name,
	#customer_login h2,
	.woocommerce table.order_details tfoot .amount,
	.woocommerce table.order_details tfoot .amount,
	.dokan-pagination-container .dokan-pagination,
	.dropdown-footer .total .amount{
		font-size: var(--loobek-h5-device-font-size);
		line-height: var(--loobek-h5-device-line-height);
	}
	.cart-dropdown-form .clear-cart-button{
		line-height: var(--loobek-h5-device-line-height);
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	#reviews .wcpr-filter-container a,
	#reviews .wcpr-filter-container .wcpr-filter-button{
		font-size: var(--loobek-h5-device-font-size);
	}
	h6,
	html body > h1,
	.breadcrumb-title .term-description,
	.ts-megamenu .shortcode-heading-wrapper h2,
	.ts-list-of-product-categories-wrapper .heading-title,
	.ts-list-of-product-tags-wrapper .heading-title,
	.cart-empty .empty-content > label,
	.ts-countdown:not(.style-inline) .ref-wrapper,
	h6.elementor-heading-title,
	.elementor-widget-container > h5{
		font-size: var(--loobek-h6-device-font-size);
		line-height: var(--loobek-h6-device-line-height);
	}
	.woocommerce table.my_account_orders tfoot .amount,
	.woocommerce table.order_details tfoot .amount,
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	#reviews .wcpr-filter-container a,
	#reviews .wcpr-filter-container .wcpr-filter-button{
		font-size: var(--loobek-h6-device-font-size);
	}
	.woocommerce .yith-wfbt-section > h3,
	.heading-shortcode > h3,
	.heading-wrapper > h2,
	.woocommerce div.wishlist-title h2,
	.theme-title .heading-title,
	.woocommerce .cross-sells > h2, 
	.woocommerce .up-sells > h2, 
	.woocommerce .related > h2,
	.heading-tab h2,
	.column-tabs ul.tabs li,
	.woocommerce div.product .entry-title,
	div.product.show-tabs-content-default .panel > h2, 
	div.product.show-tabs-content-default #comments > h2,
	.wcpr-overall-rating-and-rating-count h2,
	div.product > .woocommerce-tabs #comments > h2,
	div.product:not(.collapse-reviews-tab) > #reviews #comments > h2,
	.shortcode-title,
	.breadcrumb-title h1{
		font-size: var(--loobek-heading-device-font-size);
		line-height: var(--loobek-heading-device-line-height);
	}
	.main-products.columns-1 .product:not(.product-category) .product-name{
		font-size: var(--loobek-product-name-font-size);
		line-height: var(--loobek-product-name-font-line-height);
	}
	.single-post article .tags-link a,
	.meta-navigation h6,
	.main-products.columns-1 .product:not(.product-category) .price,
	.main-products.columns-1:not(.big-thumbnail) .meta-wrapper .price del,
	.ts-coupon-shortcode{
		font-size: var(--loobek-main-font-size);
		line-height: 20px;
	}
	.wp-block-tag-cloud a{
		font-size: var(--loobek-main-font-size) !important;
	}
	.post-nav-links > a,
	.post-nav-links > span,
	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span,
	.ts-pagination ul li a,
	.ts-pagination ul li span.current,
	.dokan-pagination-container .dokan-pagination li a{
		font-size: var(--loobek-main-small-font-size);
	}
	body input, 
	body select, 
	body textarea,
	body input[type="search"], 
	body input[type="text"], 
	body input[type="password"], 
	body input[type="number"], 
	body input[type="email"], 
	body input[type="date"], 
	body select, 
	body textarea{
		width: 100%;
		max-width: 100%;
	}
	.woocommerce.columns-6 .products .product,
	.woocommerce.columns-5 .products .product,
	.woocommerce.columns-4 .products .product,
	.woocommerce.columns-3 .products .product{
		width: 50%;
	}
	.elementor-widget-ts-products .ts-elementor-lazy-load .placeholder-items{
		grid-template-columns: repeat(2, 1fr);
	}
	#page .product-wrapper div.loop-add-to-cart a.button.added:before{
		font-size: 12px;
	}
	.product-group-button-meta > div.button-in a:after{
		font-size: 12px;
	}
	
	/* SHOP PAGE */
	#main-content.product-has-border-bottom .before-loop-wrapper{
		padding-bottom: 0;
	}
	#main-content.product-has-border-bottom .before-loop-wrapper:after{
		display: none;
	}
	.style-sort-default .before-loop-wrapper .filter-widget-area-button a,
	.style-sort-default .before-loop-wrapper .woocommerce-ordering ul.orderby > li,
	.style-sort-default .before-loop-wrapper .product-per-page-form ul.perpage > li{
		padding: 0 15px;
		line-height: 32px;
		border-width: 1px;
		border-style: solid;
		display: block;
		transition: 150ms ease 0s;
		border-color: var(--loobek-text-bold-color);
	}
	.style-sort-default .before-loop-wrapper .filter-widget-area-button a:hover,
	.style-sort-default .before-loop-wrapper .woocommerce-ordering ul.orderby > li:hover,
	.style-sort-default .before-loop-wrapper .product-per-page-form ul.perpage > li:hover{
		border-color: var(--loobek-text-bold-color);
		background-color: var(--loobek-text-bold-color);
		color: #ffffff;
	}
	.style-sort-default .before-loop-wrapper .filter-widget-area-button a{
		display: inline-block;
	}
	.page-container.has-1-sidebar #main-content.product-has-background .term-description,
	.page-container.has-2-sidebar #main-content.product-has-background .term-description{
		margin-left: 0;
		margin-right: 0;
	}
	.page-container.has-1-sidebar #main-content.product-has-background,
	.page-container.has-2-sidebar #main-content.product-has-background{
		padding-left: 0;
		padding-right: 0;
	}
	#main-content.product-has-background .before-loop-wrapper:before,
	#main-content.product-has-background:before,
	#main-content.product-has-background .term-description:before{
		margin-left: calc(50% - 50vw + var(--scrollbarWidth,17px)/2);
		margin-right: calc(50% - 50vw + var(--scrollbarWidth,17px)/2);
	}
	.image-button-radius #page .before-loop-wrapper{
		border-radius: 10px 10px 0 0;
	}
	#main-content.product-has-border-bottom .before-loop-wrapper{
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	#main-content.product-has-border-bottom .before-loop-wrapper:after{
		display: none;
	}
	#main-content.product-has-border-bottom .products .product, 
	.ts-product.product-has-border-bottom .products .product{
		padding-top: 30px;
	}
	#main-content.product-has-border-bottom .products .product:nth-child(1),
	#main-content.product-has-border-bottom .products .product:nth-child(2){
		border-width: 0;
		padding-top: 0;
	}
	#main-content.product-has-border-bottom .products .product{
		padding-bottom: 0;
	}
	.special-filter-area.has-background{
		padding: 10px 15px;
		margin-bottom: 0;
	}
	.special-filter-area .page-title{
		margin-bottom: 10px;
		text-align: center;
	}
	.special-filter-area .woocommerce-widget-layered-nav .widgettitle{
		display: none;
	}
	.special-filter-area .woocommerce-widget-layered-nav{
		justify-content: center;
	}
	.special-filter-area > ul{
		overflow: auto;
		flex-wrap: nowrap;
	}
	.before-loop-wrapper .special-filter-area > ul{
		gap: 0 20px;
	}
	#page .special-filter-area .woocommerce-widget-layered-nav-list{
		gap: 5px;
		flex-wrap: nowrap;
		overflow: auto;
	}
	.archive .header-sticky.is-sticky{
		box-shadow: none;
		border-width: 0 0 1px 0;
		border-style: solid;
	}
	.ts-product-columns-selector{
		display: none;
	}
	.product-per-page-form ul.perpage li:hover,
	.product-per-page-form ul.perpage li:hover,
	.woocommerce-ordering .orderby li > a:hover,
	.woocommerce-ordering .orderby li:hover,
	#page .big-thumbnail .product-group-button-meta div.button-in a:hover,
	#page .big-thumbnail .product-group-button-meta div.button-in a:hover .button-tooltip{
		color: color: var(--loobek-primary-color);
	}
	#page .big-thumbnail .product-group-button-meta .button-in a.loading:hover div.blockUI.blockOverlay:before{
		border-top-color: color: var(--loobek-primary-color);
		border-left-color: color: var(--loobek-primary-color);
	}
	body.woocommerce .before-loop-wrapper .product-per-page-form{
		display: none !important;
	}
	body.woocommerce .products .product.product-category.first{
		clear: none;
	}
	body.woocommerce .products .product.product-category{
		width: 50%;
		float: left/* rtl */
	}
	body.woocommerce .products .product.product-category:nth-child(2n+1){
		clear: both;
		float: left;/* rtl */
	}
	.product-per-page-form ul.perpage:hover:before,
	.woocommerce .woocommerce-ordering ul.orderby:hover:before{
		-webkit-animation-name: none;
		-moz-animation-name: none;
		animation-name: none;
	}
	.filter-widget-area{
		margin-bottom: 0;
	}
	.filter-widget-area-button + .overlay{
		position: fixed;
		opacity: 0;
		visibility: hidden;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		content: "";
		background: #000000;
		z-index: 99991;
		transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
	}
	.filter-widget-area-button.active + .overlay{
		visibility: visible;
		opacity: 0.5;
	}
	#page .before-loop-wrapper{
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		flex-flow: row wrap;
		padding: 10px;
		margin: 0 -10px 20px -10px;
		justify-content: space-between;
		position: sticky;
		top: 0;
		right: 0;
		z-index: 7;
		gap: 0;
	}
	body.archive .ts-sidebar,
	#page .before-loop-wrapper{
		background-color: var(--loobek-main-bg);
	}
	.admin-bar #page .before-loop-wrapper{
		top: 46px;
	}
	#page #main-content.active .before-loop-wrapper{
		z-index: 999;
	}
	.special-filter-area{
		margin-bottom: 5px;
	}
	#page .product-has-background .before-loop-wrapper{
		margin-bottom: 10px;
	}
	#main-content.product-has-background .before-loop-wrapper{
		padding-bottom: 10px;
	}
	.before-loop-wrapper .special-filter-area > ul li a:hover:before{
		bottom: 7px;
	}
	.before-loop-wrapper > h5{
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 30px;
		padding-bottom: 10px;
		position: relative;
		display: block;
		width: 100%;
	}
	.before-loop-wrapper > h5:before{
		position: absolute;
		top: -10px;
		left: -20px;
		right: -20px;
		bottom: 0;
		content: "";
		z-index: -1;
	}
	body.woocommerce .before-loop-wrapper > .product-on-sale-form{
		display: none;
	}
	.filter-widget-area .product-on-sale-form,
	.ts-sidebar .product-on-sale-form{
		margin: 0 0 20px 0;
	}
	body.woocommerce .page-container.no-sidebar #main-content:not(.style-filter-top):not(.style-filter-sidebar):not(.style-filter-dropdown):not(.style-filter-popup) .before-loop-wrapper .product-on-sale-form{
		width: 100%;
		order: 3;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-top: 10px;
		display: block;
	}
	body.woocommerce .overlay + .before-loop-wrapper .product-on-sale-form{
		margin-top: 20px;
	}
	#page #ts-filter-widget-area{
		width: auto;
		display: block;
	}
	.filter-widget-area .widget-title-wrapper a.block-control{
		display: none;
	}
	.style-filter-popup .filter-widget-area .ts-active-filters,
	.filter-widget-area .ts-active-filters{
		padding-bottom: 40px;
		margin: 0 0 20px 0;
		position: relative;
	}
	.filter-widget-area .ts-active-filters:after{
		position: absolute;
		left: -30px;
		right: -30px;
		border-width: 1px 0 0 0;
		border-style: solid;
		content: "";
		bottom: 0;
		z-index: 0;
	}
	.style-filter-popup .filter-widget-area .ts-active-filters:after{
		left: -30px;
		right: -30px;
	}
	.filter-widget-area .ts-active-filters:empty + .widget-container {
		padding-top: 10px;
		margin-top: 0;
	}
	.style-filter-popup .filter-widget-area .ts-active-filters:empty + .widget-container {
		padding-top: 18px;
	}
	.filter-widget-area .ts-active-filters + .widget-container{
		border-width: 0;
	}
	.filter-widget-area .widget-container{
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
	}
	body.woocommerce .before-loop-wrapper .woocommerce-ordering{
		order: 2;
		display: block;
		width: calc(60% - 5px);
		margin-right: 5px;/* rtl */
		margin-left: 0;
	}
	body.woocommerce .page-container.no-sidebar #main-content:not(.style-filter-top):not(.style-filter-sidebar):not(.style-filter-dropdown):not(.style-filter-popup) .before-loop-wrapper .woocommerce-ordering{
		width: 100%;
		margin: 0;
	}
	.style-sort-border .before-loop-wrapper .woocommerce-ordering ul.orderby > li,
	.woocommerce-ordering ul.orderby > li{
		width: 100%;
	}
	body.woocommerce #main-content.hide-filter-product .woocommerce-ordering{
		max-width: 100%;
	}
	body .before-loop-wrapper .woocommerce-notices-wrapper{
		width: 100%;
	}
	#primary .filter-widget-area-button{
		width: 40%;
		padding: 0;
		z-index: 10;
		margin: 0;
		transition: 300ms ease 0s;
		order: 99;
	}
	.filter-widget-area-button a{
		width: 100%;
		text-align: center;
	}
	.woocommerce .products .product .thumbnail-wrapper .product-label .out-of-stock{
		font-size: 10px !important;
	}
	.products .variable-quick-add-to-cart .variable-product-quick-add-to-cart{
		font-size: 11px;
	}
	.variable-product-quick-add-to-cart:after{
		opacity: 0.9;
	}
	#page .product-group-button-meta:after{
		display: none;
	}
	body:not(.ts_desktop) #page .main-products:is(.columns-1,.columns-2) .product-group-button-meta > div.loop-add-to-cart a.button{
		padding: 1px 10px;
		min-width: 100%;
	}
	body:not(.ts_desktop) .main-products .product-group-button-meta > div.variable-product-quick-add-to-cart a{
		line-height: 20px;
	}
	body:not(.ts_desktop) #page .main-products:is(.columns-1,.columns-2) .product-group-button-meta > div.loop-add-to-cart{
		flex: 1;
	}
	.wp-block-query-pagination .wp-block-query-pagination-numbers a,
	.wp-block-query-pagination .wp-block-query-pagination-numbers span,
	.wp-block-query-pagination > a,
	.wp-block-post-navigation-link a,
	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span,
	.ts-pagination ul li a,
	.ts-pagination ul li span.current,
	.dokan-pagination-container .dokan-pagination li a,
	.woocommerce nav.woocommerce-pagination ul li a:focus, 
	.woocommerce nav.woocommerce-pagination ul li a:hover, 
	.woocommerce nav.woocommerce-pagination ul li span.current{
		padding: 0 2px;
		line-height: 32px;
		min-width: 34px;
	}
	.woocommerce nav.woocommerce-pagination ul li span.dots, 
	.ts-pagination .page-numbers.dots{
		line-height: 34px;
	}
	body.image-button-radius .wp-block-query-pagination .wp-block-query-pagination-numbers a,
	body.image-button-radius .wp-block-query-pagination .wp-block-query-pagination-numbers span,
	body.image-button-radius .wp-block-query-pagination > a,
	body.image-button-radius .wp-block-post-navigation-link a,
	body.image-button-radius .post-nav-links > a,
	body.image-button-radius .post-nav-links > span,
	body.image-button-radius nav.woocommerce-pagination ul li a,
	body.image-button-radius nav.woocommerce-pagination ul li span,
	body.image-button-radius .ts-pagination ul li a,
	body.image-button-radius .ts-pagination ul li span.current,
	body.image-button-radius .dokan-pagination-container .dokan-pagination li a,
	body.image-button-radius nav.woocommerce-pagination ul li a:focus, 
	body.image-button-radius nav.woocommerce-pagination ul li a:hover, 
	body.image-button-radius nav.woocommerce-pagination ul li span.current{
		border-radius: 5px;
	}
	
	/* PRODUCT DETAIL */
	div.product.show-tabs-content-default #comments > h2{
		text-align: center;
	}
	.page-container.no-sidebar div.product > .product-custom-content + #reviews,
	#page div.product:not(.summary-scrolling):not(.bought-together-border-overflow):not(.bought-together-border-default) > .product-images-summary + #reviews,
	#page div.product:not(.summary-scrolling):not(.bought-together-border-overflow):not(.bought-together-border-default) > .product-custom-content + #reviews{
		padding-top: 50px;
	}
	div.product .related-up-sells-bestsellers,
	div.product.summary-scrolling-border .related-up-sells-bestsellers{
		padding: 50px 0;
		margin-bottom: -50px;
	}
	.woocommerce div.product.related-above-tab:not(.summary-scrolling) > .woocommerce-tabs{
		padding: 50px 0;
	}
	div.product.summary-scrolling-border .related-up-sells-bestsellers{
		margin-bottom: -51px;
	}
	.page-container:not(.no-sidebar) .summary-scrolling-border .related-up-sells-bestsellers{
		padding-left: 10px;
		padding-right: 10px;
	}
	.related-up-sells-bestsellers,
	.woocommerce div.product{
		gap: 50px;
	}
	.woocommerce.yith-wfbt-section{
		top: auto !important;
	}
	.bought-together-layout-vertical .woocommerce.yith-wfbt-section{
		margin-top: 50px;
	}
	.yith-wfbt-form{
		grid-template-columns: 100%;
		margin-bottom: 0 !important;
	}
	.yith-wfbt-submit-block .yith-wfbt-submit-button{
		width: 100%;
	}
	.yith-wfbt-submit-block{
		order: 99;
		margin-top: 20px;
		padding-top: 20px;
		border-width: 1px 0 0 0;
		border-style: solid;
		text-align: center;
	}
	.yith-wfbt-section .yith-wfbt-images .image_plus{
		width: 20px;
		min-width: 20px;
	}
	.yith-wfbt-section .yith-wfbt-items li{
		margin-right: 20px;/* rtl */
	}
	.yith-wfbt-submit-block .price_text{
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: center;
		gap: 5px;
	}
	.yith-wfbt-section .yith-wfbt-images .image_plus:before{
		font-size: 6px;
	}
	.yith-wfbt-section .yith-wfbt-images td img, 
	.yith-wfbt-section .yith-wfbt-items li{
		max-width: 250px;
		width: 100%;
	}
	.page-container div.product.bought-together-border-default:not(.summary-scrolling) .woocommerce.yith-wfbt-section,
	.page-container div.product.bought-together-border-overflow:not(.summary-scrolling) .woocommerce.yith-wfbt-section{
		padding: 50px 0;
	}
	div.product.tabs-accordion .panel > h2,
	div.product.tabs-accordion .panel #reviews > h2{
		padding: 15px 0;
	}
	.woocommerce div.product div.summary,
	.woocommerce div.product div.woocommerce-product-gallery{
		width: 100%;
		padding-left: 0;/* rtl */
		padding-right: 0;/* rtl */
	}
	.woocommerce div.product div.product-images-summary,
	.woocommerce .show-breadcrumb-v3 div.product div.product-images-summary{
		grid-template-columns: 100%;
	}
	.page-container.show-breadcrumb-v3 #left-sidebar, .page-container.show-breadcrumb-v3 
	#right-sidebar, .page-container.show-breadcrumb-v3 #main-content, 
	.page-container.show-breadcrumb-v3 > .term-description{
		padding: 10px 10px 0 10px;
	}
	.woocommerce .show-breadcrumb-v3 div.product div.summary{
		padding: 20px 0 0 0;
		margin-top: 10px;
	}
	body.woocommerce div.product div.summary{
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
	}
	.woocommerce div.product.thumbnail-layout-vertical div.woocommerce-product-gallery .flex-control-thumbs{
		right: 0;/* rtl */
		left: auto;
	}
	.woocommerce div.product.thumbnail-layout-vertical div.woocommerce-product-gallery{
		padding-right: 70px;/* rtl */
		padding-left: 0;
	}
	.woocommerce div.product.thumbnail-layout-vertical div.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
		right: 70px;/* rtl */
	}
	.woocommerce div.product div.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before, 
	.woocommerce div.product div.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
		width: 30px;
		height: 30px;
	}
	.woocommerce div.product div.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before{
		line-height: 30px;
		font-size: 14px;
	}
	.ts-extra-products-wrapper .item{
		width: 100%;
	}
	div.product .summary .detail-meta-bottom{
		flex-wrap: wrap;
	}
	.summary .detail-meta-bottom .tags-link,
	.summary .detail-meta-bottom .ts-social-sharing{
		width: 100%;
	}
	div.product:not(.bought-together-layout-vertical) .product-images-summary .yith-wfbt-section,
	.product-images-summary > .woocommerce-tabs{
		margin-top: 50px;
	}
	body .ts-popup-modal .product-360-container{
		width: 90%;
	}
	.woocommerce div.product form.cart .variations, 
	.woocommerce div.product form.cart .group_table{
		max-width: inherit;
	}
	.no-sidebar .related-up-sells-bestsellers.has-background{
		padding: 50px 0;
		margin-bottom: -50px;
	}
	.related-up-sells-bestsellers{
		gap: 50px;
	}
	.no-sidebar .related-above-tab .product-images-summary{
		padding-bottom: 50px;
	}
	div.product.show-tabs-content-default > .woocommerce-tabs .panel{
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.woocommerce div.product .woocommerce-tabs .panel{
		padding: 50px 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		margin: 0 0 20px 0;
	}
	.woocommerce div.product.related-above-tab:not(.summary-scrolling) > .woocommerce-tabs ul.tabs{
		margin: 0;
	}
	#reviews .wcpr-overall-rating-and-rating-count{
		display: grid !important;
		gap: 20px 0;
	}
	*:not(.summary) > #reviews .button-border{
		width: 100%;
	}
	*:not(.summary) > #reviews .collapse-show-reviews-button.button{
		margin: 0 0 10px;/* rtl */
	}
	body .wcpr-overall-rating-main{
		justify-content: center;
		align-items: center;
	}
	.wcpr-overall-rating-main a.button{
		margin: 10px 0;
		justify-self: center;
	}
	ol.commentlist .comment_container{
		display: grid;
	}
	.woocommerce .comment-text .star-rating{
		left: 0;/* rtl */
		top: 15px;
	}
	#page #reviews #comments ol.commentlist > li .comment-text{
		grid-template-columns: 100%;
		gap: 0;
	}
	.summary #reviews #comments .kt-reviews-image-container,
	#reviews .kt-reviews-image-container{
		grid-column:  1 / 2;
		justify-content: flex-start;
		margin-top: 20px;
	}
	.comment-text .description strong{
		margin-bottom: 8px;
	}
	.comment-text .description{
		padding-top: 44px;
	}
	.children .comment-text .description{
		padding-top: 15px;
	}
	.woocommerce #reviews #comments ol.commentlist ul.children{
		padding: 0 0 0 30px;/* rtl */
	}
	body.woocommerce #reviews #comments ol.commentlist li .meta{
		position: absolute;
		left: 80px;/* rtl */
		top: 0;
		height: 60px;
		right: 0;
		width: auto;
		transform: translate(0, -100%);
		align-content: center;
	}
	.collapse-show-all-reviews .collapse-reviews-tab #reviews #comments,
	.collapse-show-review-form #reviews #review_form_wrapper{
		width: 100%;
		max-width: 100%;
		padding: 30px;
	}
	
	/* CART POPUP */
	.ts-floating-sidebar .close, 
	.ts-popup-modal .close,
	.collapse-reviews-tab #reviews .close{
		width: 34px;
		height: 34px;
	}
	.ts-floating-sidebar .close:after, 
	.ts-popup-modal .close:after, 
	body #cboxClose:after,
	.collapse-reviews-tab #reviews .close:after{
		line-height: 34px;
		font-size: 10px;
	}
	.has-cross-sells .woocommerce{
		display: none;
	}
	.add-to-cart-popup-content{
		padding: 20px;
	}
	body .ts-popup-modal .add-to-cart-popup-container{
		max-width: calc(100% - 20px);
	}
	.add-to-cart-popup-content .content-top{
		gap: 20px;
	}
	.add-to-cart-popup-container.style-big .content-top{
		flex-wrap: wrap;
	}
	#ts-add-to-cart-popup-modal .style-big .content-top > *{
		width: 100%;
	}
	.add-to-cart-popup-container.style-big .content-top > .woocommerce{
		padding-bottom: 20px;
		border-width: 0 0 1px 0;
		border-style: solid;
	}
	.add-to-cart-popup-container.style-big .products .product{
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.add-to-cart-popup-container.style-big .products .product .product-wrapper{
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.add-to-cart-popup-container.style-big .product .thumbnail-wrapper{
		width: 90px;
	}
	.add-to-cart-popup-container.style-big .product-label{
		display: none;
	}
	.add-to-cart-popup-container.style-big .product-wrapper .meta-wrapper{
		padding: 0;
	}
	.add-to-cart-popup-container.style-big .meta-wrapper > *:first-child{
		margin-top: 0;
	}
	.add-to-cart-popup-container.style-big .action .button-text{
		display: inline-block;
	}
	.add-to-cart-popup-container.style-big .action .view-cart + .continue-shopping{
		margin-left: 20px;/* rtl */
	}
	.add-to-cart-popup-content .action{
		gap: 20px;
	}
	.add-to-cart-popup-container.has-cross-sells .action,
	.add-to-cart-popup-content .action{
		justify-content: center;
		flex-wrap: wrap;
		padding-top: 20px;
	}
	.add-to-cart-popup-content .action .button{
		width: 100%;
	}
	.add-to-cart-popup-container.style-big .action .button{
		margin: 15px 0 5px 0;
	}
	
	/* SHOPPING CART */
	body .cart-empty.woocommerce-info{
		margin-top: 100px;
	}
	.woocommerce-checkout #order_review{
		margin-bottom: 10px;
	}
	.woocommerce #content table.cart.shop_table_responsive .product-thumbnail, 
	.woocommerce table.cart.shop_table_responsive .product-thumbnail, 
	.woocommerce-page #content table.cart.shop_table_responsive .product-thumbnail, 
	.woocommerce-page table.cart.shop_table_responsive .product-thumbnail{
		display: block;
		text-align: start !important;
		width: auto;
		float: left;/* rtl */
		border-width: 0;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-name{
		width: calc(100% - 95px);
		margin-left: 15px;/* rtl */
		border-width: 0;
		text-align: start !important;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-name:before{
		display: none;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-price{
		clear: both;
	}
	.woocommerce table.shop_table_responsive tr td:before, 
	.woocommerce-page table.shop_table_responsive tr td:before,
	.woocommerce table.my_account_orders tbody tr th:first-child:before{
		float: left;/* rtl */
	}
	.woocommerce table.my_account_orders tbody tr th:first-child{
		display: block;
		text-align: end !important;
	}
	.woocommerce table.my_account_orders tbody tr th:first-child:before {
		font-size: var(--loobek-main-small-font-size);
		content: attr(data-title) ": ";
	}
	.woocommerce table.shop_table_responsive.cart .quantity{
		display: inline-block;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-remove, 
	.woocommerce-page table.shop_table_responsive.cart tr td.product-remove{
		padding: 0;
		min-height: 0;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-remove a, 
	.woocommerce-page table.shop_table_responsive.cart tr td.product-remove a{
		position: absolute;
		right: 15px;/* rtl */
		top: 20px;
	}
	.woocommerce table.shop_table_responsive.cart tr td, 
	.woocommerce-page table.shop_table_responsive.cart tr td{
		text-align: end !important;
		background: transparent;
	}
	.woocommerce table.shop_table_responsive.cart tr{
		margin-bottom: 30px;
		padding: 20px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-width: 1px;
		border-style: solid;
	}
	body.image-button-radius table.cart.shop_table_responsive.cart tr{
		border-radius: 10px;
	}
	.woocommerce table.shop_table_responsive.cart tr:last-child{
		margin-bottom: 0;
	}
	.woocommerce table.cart td.actions .coupon{
		margin-bottom: 10px;
	}
	.woocommerce table.cart .button.empty-cart-button{
		margin-bottom: 10px;
	}
	.woocommerce table.shop_table_responsive.cart tr td{
		padding: 15px 0 0 0;
		width: 100%;
		border-width: 0;
	}
	table.shop_table_responsive.cart tr td.product-quantity{
		min-height: 44px;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-name,
	.woocommerce table.shop_table_responsive.cart tr td.product-thumbnail{
		padding: 0;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-quantity{
		overflow: hidden;
	}
	table.shop_table_responsive.cart .quantity{
		overflow: hidden;
		float: right;/* rtl */
	}
	.woocommerce table.shop_table_responsive.cart tr:last-child{
		border-width: 0;
	}
	.woocommerce table.shop_table_responsive.cart tr td:last-child{
		border-width: 0;
		margin-top: 0;
	}
	.woocommerce table.shop_table_responsive.cart tbody tr:last-child,
	.woocommerce table.shop_table_responsive.cart tbody tr:last-child td{
		border-width: 0;
		background: transparent;
	}
	.woocommerce table.shop_table_responsive.cart tbody tr:last-child,
	.woocommerce table.shop_table_responsive.cart tbody tr:last-child td{
		padding: 0;
	}
	.woocommerce .cart tr.shipping td > *,
	.woocommerce .cart tr.shipping td > ul#shipping_method{
		display: block;
		width: calc(100% - 130px);
		margin-left: 130px;/* rtl */
	}
	.woocommerce-cart .cart-collaterals .cart_totals table td{
		padding: 15px 0 15px 0 !important;/* rtl */
		background: transparent !important;
	}
	.woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td:before, 
	.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td:before{
		float: none;
		display: block;
		margin-bottom: 20px;
	}
	table.shop_table_responsive ul#shipping_method{
		padding-left: 20px;/* rtl */
	}
	.woocommerce-cart .cross-sells,
	.woocommerce-cart .woocommerce .cart-collaterals, 
	.woocommerce-checkout #order_review_heading{
		margin-top: 50px;
	}
	.woocommerce table.shop_table_responsive.cart tbody tr:last-child > td{
		display: flex;
		padding-top: 0;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: space-between;
	}
	.woocommerce table.shop_table.cart td.actions{
		margin-top: 40px;
		padding-top: 0;
	}
	.woocommerce table.cart td.actions .coupon{
		float: none !important;
		padding: 0;
		width: 100%;
		margin-bottom: 0;
	}
	.woocommerce table.cart *:not(.coupon)> .button{
		margin: 0;
	}
	.woocommerce table.cart .button.empty-cart-button{
		order: 1;
	}
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce .checkout-login-coupon-wrapper > div{
		width: 100%;
	}
	
	/* CHECK OUT */
	.woocommerce .checkout-login-coupon-wrapper form.login{
		margin-top: 0;
		padding: 20px;
	}
	.woocommerce ul.order_details{
		margin-left: 0;
		margin-right: 0;
	}
	body .woocommerce ul.order_details li{
		padding: 10px 0;
		width: 100%;
		border-width: 0 0 1px 0;
	}
	body.woocommerce-order-received table.shop_table.order_details{
		margin-top: 0;
	}
	.woocommerce > form.checkout{
		flex-wrap: wrap;
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon{
		padding: 20px;
		margin-top: 0;
	}
	
	/* MY ACCOUNT */
	.woocommerce table.my_account_orders tr td,
	.woocommerce table.my_account_orders tr td:first-child,
	.woocommerce table.my_account_orders tr td:last-child{
		padding: 15px 0;
	}
	.woocommerce table.my_account_orders tr th,
	.woocommerce table.my_account_orders tr td{
		border-width: 0 0 1px 0;
	}
	.woocommerce > #customer_login{
		margin: 30px 0 0 0;
	}
	.woocommerce #customer_login .col-2, 
	.woocommerce-page #customer_login .col-2{
		padding-top: 40px;
	}
	.woocommerce #customer_login .woocommerce-column--billing-address,
	.woocommerce-page #customer_login .woocommerce-column--billing-address{
		margin-bottom: 40px;
	}
	.woocommerce #customer_login .col-1, 
	.woocommerce #customer_login .col-2, 
	.woocommerce-page #customer_login .col-1, 
	.woocommerce-page #customer_login .col-2{
		width: 100%;
		float: none !important;
		clear: both;
	}
	.ts-popup-modal .popup-container{
		width: calc(100% - 20px);
	}
	.ts-popup-modal .product-size-chart-container .product-size-chart-content{
		padding: 20px;
	}
	.product-size-chart-container .product-size-chart-content > h2{
		margin-bottom: 20px;
	}
	#ts-product-video-modal.ts-popup-modal .popup-container{
		padding: 10px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		margin-bottom: 10px;
		gap: 5px;
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.woocommerce-account .woocommerce-MyAccount-navigation li a{
		padding-left: 5px;
		padding-right: 5px;
	}
	.woocommerce .col2-set .col-1 + .col-2, 
	.woocommerce-page .col2-set .col-1 + .col-2{
		margin-top: 30px;
	}
	.woocommerce .woocommerce-order-details p.order-again .button{
		width: 100%;
	}
	
	/* 404 PAGE */
	body.error404 article{
		padding: 100px 10px;
	}
	
	/* CONTACT US */
	.contact-col{
		flex-wrap: wrap;
	}
	.contact-col > *{
		width: 100%;
	}
	.wpcf7 form p{
		margin-bottom: 10px;
	}
	.wpcf7-not-valid-tip {
		position: relative;
		top: -5px;
	}
	
	/* WISHLIST */
	.wishlist_table.mobile li{
		width: 50%;
	}
	
	/* WIDGET */
	#page .widget-container .custom-html-widget{
		display: block !important;
		padding: 0 0 20px 0;
	}
	.widget_product_search form,
	.widget_search form,
	.elementor-widget-wp-widget-woocommerce_product_search form,
	.elementor-widget-wp-widget-search form{
		padding-top: 0 !important;
	}
	.widget_product_search > div + form,
	.widget_search > div + form,
	.elementor-widget-wp-widget-woocommerce_product_search > div + form,
	.elementor-widget-wp-widget-search > div + form{
		margin-top: 20px !important;
	}
	.widget-container.widget_media_image > *:not(.widget-title-wrapper), 
	.woocommerce .widget-container.widget_media_image > *:not(.widget-title-wrapper){
		display: block;
		margin: 0;
	}
	.widget-container .widget-title-wrapper{
		margin-bottom: 0;
	}
	aside >.widget-container:last-child > *:not(.widget-title-wrapper),
	.woocommerce aside >.widget-container:last-child > *:not(.widget-title-wrapper){
		margin-bottom: 0;
	}
	.woocommerce.archive .ts-sidebar a.block-control{
		display: none;
	}
	.woocommerce.archive .ts-sidebar .widget-container > *:not(.widget-title-wrapper){
		display: block;
	}
	.woocommerce.archive .ts-sidebar .widget-container.product-filter-by-color ul,
	.filter-by-attribute-inline #main-content:not(.style-filter-popup) .widget-container.woocommerce-widget-layered-nav > *{
		display: flex;
	}
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, 
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{
		display: inline-flex;
	}
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, 
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{
		align-items: center;
	}
	
	/* Widget Recomment */
	.comment_list_widget .comment-meta > .avatar{
		width: 60px;
	}
	
	/* Widget Button */
	.widget-title-wrapper h3{
		width: 100%;
	}
	.mailchimp-subscription .widget-title-wrapper a.block-control,
	.widget_search .widget-title-wrapper a.block-control,
	.widget_product_search .widget-title-wrapper a.block-control,
	.widget_calendar .widget-title-wrapper a.block-control,
	.widget_calendar:before{
		display: none !important;
	}
	.widget_calendar .calendar_wrap,
	section.widget_product_search > form, 
	section.widget_search > form,
	.mailchimp-subscription .subscribe-widget,
	.mailchimp-subscription img.bg-newsletter{
		display: block !important;
	}
	.ts-sidebar .widget-title-wrapper a.block-control{
		display: block;
	}
	body .widget_media_image, 
	body .widget_calendar{
		margin-top: 20px;
	}
	.ts-sidebar .widget-container > *:not(.widget-title-wrapper){
		display: none;
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
	}
	.ts-sidebar .widget-container > *.active{
		display: block;
		-webkit-animation-duration: 400ms;
		-moz-animation-duration: 400ms;
		animation-duration: 400ms;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: animation_fade;
		-moz-animation-name: animation_fade;
		animation-name: animation_fade;
		margin-top: 20px;
	}
	.ts-sidebar .widget-container > *.tagcloud.active{
		display: flex;
	}
	.ts-sidebar .widget-container .instagram-username{
		margin-bottom: 0;
	}
	.widget-container .swiper-button-prev{
		right: 58px;/* rtl */
		left: auto;
	}
	.widget-container .swiper-button-next{
		right: 30px;/* rtl */
		left: auto;
	}
	.widget-container:not(:first-child) .swiper-button-next, 
	.widget-container:not(:first-child) .swiper-button-prev{
		top: 20px;
	}
	#ts-filter-widget-area .widget-container > *{
		-webkit-animation-name: none;
		-moz-animation-name: none;
		animation-name: none;
		display: block;
	}
	#ts-filter-widget-area .widget-container > *:not(.widget-title-wrapper){
		padding-top: 20px;
	}
	#ts-filter-widget-area .product-filter-by-color.widget-container > *{
		display: flex;
	}
	
	/* SHORTCODE */
	/* Shortcode Blog */
	.ts-elementor-lazy-load.type-blog .placeholder-items{
		grid-template-columns: 1fr;
	}
	
	/* Shortcode Coupon */
	.ts-coupon-wrapper,
	.ts-coupon-wrapper .discounts{
		flex-wrap: wrap;
	}
	.ts-coupon-wrapper .discounts{
		margin: 0;
	}
	.ts-coupon-wrapper .item{
		padding: 0;
	}
	.ts-coupon-wrapper.more-items .item{
		margin-bottom: 10px !important;
		flex-basis: 100%;
	}
	.ts-coupon-wrapper.more-items .discounts{
		width: 100%;
	}
	.ts-coupon-wrapper.item-vertical .item:before{
		display: none;
	}
	
	/* Shortcode Coupon 2 */
	.ts-coupon-shortcode{
		flex-wrap: wrap;
	}
	.ts-coupon-shortcode{
		margin: 0 -5px;
		padding: 0;
	}
	.ts-coupon-shortcode > *{
		margin: 0 5px;
	}
	
	/* Shortcode Banner */
	.elementor-editor-active .ts-banner a.button, 
	#page .ts-banner a.button{
		padding-left: 20px;
		padding-right: 20px;
	}
	.ts-banner:is(.img-mobile-tablet,.img-mobile) .mobile-banner{
		display: block;
	}
	.ts-banner:is(.img-mobile-tablet,.img-mobile) .main-banner{
		display: none;
	}
	
	/* Shortcode Testimonial */
	.testimonial-content .content-top,
	:is(.columns-1,.columns-2) .testimonial-content .content-bottom{
		gap: 5px 15px;
	}
	.type-testimonial .placeholder-items .placeholder-item{
		align-items: center;
	}
	.type-testimonial .placeholder-items.is-slider,
	.type-testimonial .placeholder-items{
		grid-template-columns: 100%;
	}
	
	/* Shortcode Mailchimp */
	.text-mobile-center .layout-simple .mailchimp-subscription .subscribe-email{
		margin-left: -5px;
		margin-right: -5px;
	}
	.text-mobile-center .layout-simple .mailchimp-subscription .subscribe-email > *{
		margin: 0 5px;
	}
	.text-mobile-center .layout-simple .subscribe-email{
		display: flex;
	}
	.text-mobile-center .layout-simple .subscribe-email .button{
		padding: 7px 30px;
	}
	.ts-mailchimp-subscription-shortcode.layout-simple:not(.text-mobile-center) .subscribe-email .button{
		padding: 1px 30px;
	}
	.text-mobile-center .ts-mailchimp-subscription-shortcode .widget-title{
		margin-left: auto;
		margin-right: auto;
	}
	.text-mobile-left .ts-mailchimp-subscription-shortcode .widget-title{
		margin-left: 0;
		margin-right: auto;
	}
	.text-mobile-right .ts-mailchimp-subscription-shortcode .widget-title{
		margin-left: auto;
		margin-right: 0;
	}
	
	/* Shortcode List Categories */
	.ts-list-of-product-categories-wrapper.style-horizontal .heading-title{
		text-align: center;
	}
	.ts-list-of-product-categories-wrapper ul,
	.ts-list-of-product-tags-wrapper ul{
		float: none;/* rtl */
	}
	.ts-list-of-product-categories-wrapper.title-style-inline .list-categories{
		flex-wrap: wrap;
	}
	.ts-list-of-product-categories-wrapper.style-horizontal.title-style-inline .heading-title{
		margin: 0;/* rtl */
		width: 100%;
	}
	.ts-list-of-product-categories-wrapper ul,
	.ts-list-of-product-tags-wrapper ul{
		column-gap: 10px;
	}
	
	/* Shortcode Product */
	.ts-shortcode{
		overflow: hidden;
		position: relative;
	}
	.woocommerce .nav-middle .products, 
	.nav-middle .woocommerce .products, 
	.nav-middle .ts-shortcode .items{
		overflow: visible;
	}
	.woocommerce .products .star-rating, 
	.woocommerce .star-rating, 
	.woocommerce .product_list_widget .star-rating{
		margin-top: 0;
	}
	.ts-shortcode .view-more-wrapper{
		text-align: center;
	}
	
	/* Shortcode CountDown */
	.ts-countdown:not(.style-inline) .counter-wrapper > div{
		min-width: 40px;
		margin: 0 10px;
	}
	.ts-countdown:not(.style-inline) .counter-wrapper{
		margin: 0 -10px;
	}
	.ts-countdown.style-inline{
		line-height: 36px;
	}
	
	/* Shortcode Product Categories Tab */
	.ts-product .column-tabs{
		flex-wrap: wrap;
		justify-content: center;
	}
	.ts-product .column-tabs .list-categories,
	.ts-product.title-center .list-categories{
		margin-top: 14px;
		width: 100%;
	}
	.column-tabs ul.tabs{
		overflow-x: auto;
		flex-wrap: nowrap;
	}
	
	/* Shortcode Product Deal */
	.type-product-category.title-float{
		justify-content: center;
	}
	.ts-elementor-lazy-load .placeholder-widget-title{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 200px;
	}
	#page .ts-coupon-wrapper .heading,
	.ts-product-category-wrapper.title-float > header,
	.shortcode-heading-wrapper{
		text-align: center;
		display: block;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
	.ts-product-deals-wrapper .shortcode-heading-wrapper h2{
		display: block;
	}
	.show-counter-today .shortcode-heading-wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.show-counter-today .shortcode-heading-wrapper .shortcode-title{
		width: 100%;
	}
	body .ts-product-deals-wrapper.show-counter-today .shortcode-heading-wrapper h2{
		display: block;
		text-align: center;
		margin-right: 0;/* rtl */
	}
	.shortcode-heading-wrapper .ts-countdown.style-inline{
		margin: 10px 0 0 0;
		justify-content: center;
	}
	.ts-product-deals-wrapper:not(.title-center) .shortcode-heading-wrapper h2:before{
		display: none;
	}
	.ts-product-deals-wrapper.title-center.show-counter-today .shortcode-heading-wrapper{
		flex-wrap: wrap;
	}
	.title-center.show-counter-today .shortcode-heading-wrapper h2{
		width: 100%;
	}
	.title-center.show-counter-today .ts-countdown.style-inline{
		margin-top: 5px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 575px){
	/* WOOCOMMERCE */
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last{
		width: 100%;
	}
	
	/* MY ACCOUNT */
	.woocommerce table.my_account_orders th, 
	.woocommerce table.my_account_orders td{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	/* LOADING */
	.ts-product .content-wrapper.loading,
	.column-products.loading{
		height: 200px;
	}
	.ts-product.rows-2 .content-wrapper.loading,
	.rows-2 .column-products.loading{
		height: 450px;
	}
	
	/* PRODUCT DETAIL */
	.product-label-rectangle div.product .images .product-label span{
		height: 26px;
		min-width: 60px;
	}
	.woocommerce div.product .images .product-label > span.onsale,
	.woocommerce div.product .images .product-label > span{
		line-height: 16px !important;
	}
	
	/* SHORTCODE */
	/* Shortcode Product */
	.style-horizontal.columns-11 .products .product.product-category,
	.style-horizontal.columns-10 .products .product.product-category,
	.style-horizontal.columns-9 .products .product.product-category,
	.style-horizontal.columns-8 .products .product.product-category,
	.style-horizontal.columns-7 .products .product.product-category,
	.style-horizontal.columns-6 .products .product.product-category,
	.style-horizontal.columns-5 .products .product.product-category,
	.style-horizontal.columns-4 .products .product.product-category,
	.style-horizontal.columns-3 .products .product.product-category{
		width: 50%;
	}
}

@media only screen and (max-width: 480px){
	.ts-compare-table-wrapper {
		font-size: calc(1rem - 1px);
	}
	.ts-stick-compare-button {
		padding: 6px 20px;
	}
	.ts-compare-popup .items .item .product-name {
		-webkit-line-clamp: 2;
	}
}

@media only screen and (max-width: 419px){
	/* HEADER */
	body header .logo img,
	body header .logo-header img{
		max-width: 100%;
	}
	
	/* PRODUCT DETAIL */
	/* Product Label */
	.product-label-rectangle #page .product-label > span.onsale,
	.product-label-rectangle #page .product-label > span{
		min-width: 40px;
		height: 20px;
		font-size: 12px;
	}
	.product-label-circle div.product .images .product-label span{
		width: 50px;
		height: 50px;
	}
	
	/* SHOPPING CART */
	.woocommerce .cart tr.shipping td > *,
	.woocommerce .cart tr.shipping td > ul#shipping_method{
		display: block;
		width: calc(100% - 100px);
		margin-left: 100px;/* rtl */
	}
	
	/* CHECKOUT */
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first,
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last,
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last .button{
		width: 100%;
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last{
		margin-top: 10px;
	}
	.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
		top: auto;
	}
	
	/* SHORTCODE */
	/* Shortcode Product */
	.woocommerce.columns-11 .products .product,
	.woocommerce.columns-10 .products .product,
	.woocommerce.columns-9 .products .product,
	.woocommerce.columns-8 .products .product,
	.woocommerce.columns-7 .products .product,
	.woocommerce.columns-6 .products .product,
	.woocommerce.columns-5 .products .product,
	.woocommerce.columns-4 .products .product,
	.woocommerce.columns-3 .products .product{
		width: 50%;
	}
	.elementor-widget-ts-products .ts-elementor-lazy-load .placeholder-items{
		grid-template-columns: repeat(2, 1fr);
	}
	.woocommerce.columns-11 .products .product-category,
	.woocommerce.columns-10 .products .product-category,
	.woocommerce.columns-9 .products .product-category,
	.woocommerce.columns-8 .products .product-category,
	.woocommerce.columns-7 .products .product-category,
	.woocommerce.columns-6 .products .product-category,
	.woocommerce.columns-5 .products .product-category,
	.woocommerce.columns-4 .products .product-category{
		width: 33.3333333%;
	}
}

@media only screen and (max-width: 374px){
	/* POPUP */
	body .ts-popup-modal .add-to-cart-popup-container{
		width: 320px;
	}
	
	/* PRODUCT DETAIL */
	.woocommerce .product-wrapper{
		align-items: start;
	}
	.woocommerce #review_form #respond p.comment-form-author,
	.woocommerce #review_form #respond p.comment-form-email{
		width: 100%;
		float: none;/* rtl */
	}
	.woocommerce #review_form #respond p.comment-form-author{
		margin-right: 0;/* rtl */
		margin-left: 0;
	}
	.summary .quantity, 
	.cart-item-wrapper .quantity{
		width: 160px;
	}
	body.product-label-circle #page .product-label > span.onsale, 
	body.product-label-circle #page .product-label > span{
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	/* POPUP AD TO CART */
	body .ts-popup-modal .add-to-cart-popup-container{
		width: 330px;
	}
	
	/* SHOPPING CART */
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .checkout #order_review > *{
		padding-left: 20px;/* rtl */
		padding-right: 20px;/* rtl */
	}
	.woocommerce-checkout #order_review_heading{
		left: 20px;/* rtl */
	}
	#ts-shopping-cart-sidebar .dropdown-footer > a{
		padding-left: 5px;/* rtl */
		padding-right: 5px;/* rtl */
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-name{
		width: calc(100% - 120px);
		height: 100px;
	}
	
	/* SHORTCODE */
	/* Shortcode Deal */
	.ts-product-deals-wrapper:not(.title-center) .shortcode-heading-wrapper h2:before{
		line-height: 34px;
		width: 34px;
	}
	.ts-product header .ts-countdown .counter-wrapper{
		padding-left: 10px;
		padding-right: 10px;
	}
	.ts-countdown.style-inline .ref-wrapper{
		top: 1px;
	}
	.style-inline .counter-wrapper > *{
		padding: 0 5px;
	}
	header .style-inline.ts-countdown .seconds{
		min-width: 38px;
	}
	
	/* Shortcode Product */
	.style-horizontal.columns-11 .products .product.product-category,
	.style-horizontal.columns-10 .products .product.product-category,
	.style-horizontal.columns-9 .products .product.product-category,
	.style-horizontal.columns-8 .products .product.product-category,
	.style-horizontal.columns-7 .products .product.product-category,
	.style-horizontal.columns-6 .products .product.product-category,
	.style-horizontal.columns-5 .products .product.product-category,
	.style-horizontal.columns-4 .products .product.product-category,
	.style-horizontal.columns-3 .products .product.product-category,
	.style-horizontal.columns-2 .products .product.product-category{
		width: 100%;
	}
	.type-product-category .placeholder-items.is-slider.thumbnail-radius,
	.type-product-category .placeholder-items.is-slider.show-icon{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 320px){
	/* WOOCOMMERCE */
	.woocommerce.columns-6 .products .product,
	.woocommerce.columns-5 .products .product,
	.woocommerce.columns-4 .products .product,
	.woocommerce.columns-3 .products .product{
		width: 100%;
	}
	
	/* SHOP PAGE */
	.style-sort-border .before-loop-wrapper .filter-widget-area-button a,
	.style-sort-border-overflow .before-loop-wrapper .filter-widget-area-button a,
	.style-sort-border .before-loop-wrapper .woocommerce-ordering ul.orderby > li,
	.style-sort-border .before-loop-wrapper .product-per-page-form ul.perpage > li{
		padding: 0 10px;
	}
	
	/* WISHLIST */
	.wishlist_table.mobile li {
		width: 100%;
	}

}

@media
only screen and (max-width: 767px) and (min-width: 575px){	
	/* WOOCOMMERCE */
	.layout-fullwidth .woocommerce.columns-6 .products .product,
	.layout-fullwidth .woocommerce.columns-5 .products .product,
	.layout-fullwidth .woocommerce.columns-4 .products .product,
	.layout-fullwidth .woocommerce.columns-3 .products .product,
	.main-content-fullwidth .woocommerce.columns-6 .products .product,
	.main-content-fullwidth .woocommerce.columns-5 .products .product,
	.main-content-fullwidth .woocommerce.columns-4 .products .product{
		width: 33.33333%;
	}
	.layout-fullwidth .elementor-widget-ts-products .ts-elementor-lazy-load .placeholder-items,
	.main-content-fullwidth .elementor-widget-ts-products .ts-elementor-lazy-load .placeholder-items{
		grid-template-columns: repeat(3, 1fr);
	}
	/* SHORTCODE */
	/* Shortcode Categories */
	.woocommerce.columns-11 .products .product-category,
	.woocommerce.columns-10 .products .product-category,
	.woocommerce.columns-9 .products .product-category,
	.woocommerce.columns-8 .products .product-category,
	.woocommerce.columns-7 .products .product-category{
		width: 25%;
	}
	.type-product-category .is-slider.thumbnail-radius.placeholder-items{
		grid-template-rows: 1fr repeat(var(--lazy-cols), 0);
		grid-template-columns: repeat(4, 1fr);
		grid-row-gap: 0;
	}
	.layout-fullwidth .woocommerce.columns-11 .products .product-category,
	.layout-fullwidth .woocommerce.columns-10 .products .product-category,
	.layout-fullwidth .woocommerce.columns-9 .products .product-category,
	.layout-fullwidth .woocommerce.columns-8 .products .product-category,
	.layout-fullwidth .woocommerce.columns-7 .products .product-category,
	.main-content-fullwidth .woocommerce.columns-11 .products .product-category,
	.main-content-fullwidth .woocommerce.columns-10 .products .product-category,
	.main-content-fullwidth .woocommerce.columns-9 .products .product-category,
	.main-content-fullwidth .woocommerce.columns-8 .products .product-category,
	.main-content-fullwidth .woocommerce.columns-7 .products .product-category{
		width: 20%;
	}
	.layout-fullwidth .type-product-category .is-slider.thumbnail-radius.placeholder-items,
	.main-content-fullwidth .type-product-category .is-slider.thumbnail-radius.placeholder-items{
		grid-template-columns: repeat(5, 1fr);
	}
	
	/* Shortcode Testimonial */
	.layout-fullwidth .type-testimonial .placeholder-items.is-slider,
	.layout-fullwidth .type-testimonial .placeholder-items,
	.main-content-fullwidth .type-testimonial .placeholder-items.is-slider,
	.main-content-fullwidth .type-testimonial .placeholder-items{
		grid-template-columns: repeat(2, 1fr);
	}
}