/* 
Theme Name: Hello Antiquites Lecomte
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* remove bottom margin on last elementor paragraph */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}


.elementor[data-elementor-type="header"] > .e-con-boxed > .e-con-inner,
.elementor[data-elementor-type="footer"] > .e-con-boxed > .e-con-inner,
.elementor[data-elementor-type="wp-page"] > .e-con-boxed > .e-con-inner,
.elementor[data-elementor-type="single-post"] > .e-con-boxed > .e-con-inner {
    padding-left: 10px;
    padding-inline-start : 10px;
    padding-right: 10px;
    padding-inline-end: 10px;
}


body  {
    color:var(--e-global-color-primary);
}




.a-white a {
    color:#FFF;
}


.show-on-parenthover {
    opacity: 0;
    transition: opacity 250ms;
}

.elementor-element:hover > .e-con-inner > .show-on-parenthover  {
    opacity: 1;
}

.search-filter-label {
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 8px;
}

.search-filter-input-text__input::placeholder {
    color:var(--e-global-color-primary)!important;
}

.search-filter-input-checkbox__label,
.search-filter-component-range-slider__range-text,
.search-filter-input-checkbox__count,
.search-filter-input-text input[type=text].search-filter-input-text__input, .search-filter-input-text input[type=text].search-filter-input-text__input:active, .search-filter-input-text input[type=text].search-filter-input-text__input:focus, .search-filter-input-text input[type=text].search-filter-input-text__input:hover, .search-filter-input-text input[type=number].search-filter-input-text__input, .search-filter-input-text input[type=number].search-filter-input-text__input:active, .search-filter-input-text input[type=number].search-filter-input-text__input:focus, .search-filter-input-text input[type=number].search-filter-input-text__input:hover,
.search-filter-input-text input::placeholder,
.search-filter-input-button
{
    font-size: 15px!important;
}

.search-filter-input-checkbox {
    padding: 1px 0;
}

.search-filter-input-group .search-filter-input-checkbox:not(.search-filter-input-checkbox--is-active) {
    display: none;
}

.search-filter-input-group  .search-filter-input-checkbox:nth-child(-n+10) {
    display: block;
}

.search-filter-input-group.expanded .search-filter-input-checkbox {
    display: block!important;
}

.search-filter-component-range-slider {
     color: var(--e-global-color-accent);

}

.search-filter-style--control-reset button,
.search-filter-style--control-reset button:hover {
    background-color: transparent!important;
    border:0;
    padding: 0;
    color:var(--e-global-color-primary);
    position: relative;
    font-weight: 600;
}




.woocommerce div.product div.images .flex-control-thumbs li img
{
    opacity: 1;
}

.woocommerce div.product div.images .flex-control-thumbs li
{
    width: 20%;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left;
}


.filter-buttons .search-filter-input-button-group {
    justify-content: center;
}

.filter-buttons button {
    border-radius: 6px;
    border:1px solid var(--e-global-color-accent);
    color:var(--e-global-color-accent);
    background: #FFF;
}
.filter-buttons button:hover {
    color:#FFF!important;
    background-color: var(--e-global-color-accent)!important;
    border-color: var(--e-global-color-accent)!important;
}

.filter-buttons.button-secondary button {
    border:1px solid #FFF;
    color:#FFF;
    background-color: var(--e-global-color-secondary);
}
.filter-buttons.button-secondary button:hover {
    background-color: #FFF!important;
    color:var(--e-global-color-secondary)!important;
    border-color:var(--e-global-color-secondary)!important;
}


.woocommerce-account .woocommerce-MyAccount-navigation
{
    width: 25%;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.woocommerce-MyAccount-navigation li a {
    border:1px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent)!important;
    padding: 4px 12px;
    display: block;
}
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
    color:#FFF!important;
    background-color: var(--e-global-color-accent)!important;
}


.woocommerce-MyAccount-navigation li br {
    display: none;
}


.woocommerce p.price {
    margin-bottom: 0;
}


#customer_login .col-1{
    background-color: var(--e-global-color-66af1e5);
    padding: 30px;
}
#customer_login .col-2{
    background-color: var(--e-global-color-accent);
    padding: 30px;
    color:#FFF;
}
#customer_login .woocommerce-form {
    border: 0;
}
#customer_login .woocommerce-button {
    background-color: var(--e-global-color-secondary);
    border:1px solid var(--e-global-color-secondary);
    color:#FFF;
}

#customer_login {
    color:var(--e-global-color-secondary);
}



#customer_login .woocommerce-button:hover {
    color: var(--e-global-color-secondary);
    border:0;
    background-color:#FFF!important;
}

.favorite-products {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}
.favorite-products li {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    position: relative;
}
.favorite-products li img {
    max-width: 100%;
    height: auto;
}
.favorite-products button.remove-favorite {
    background: none;
    border: none;
    color: red;
    font-size: 1.2rem;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.color-accent {
    color:var(--e-global-color-accent);
}

.favorite-img {
    text-align: center;
    max-width: 50px;
}

.mix-blend-mode-multiply {
    mix-blend-mode: multiply;
}

.menusearch  {
    min-width: 225px!important;
}
.menusearch .search-filter-input-text {
    background-color: transparent;
    border:1px solid #FFF;
}
.menusearch .search-filter-icon  {
    margin: 0!important;
}

.menusearch input {
    padding: 0!important;
    color:#FFF!important;
}
.menusearch input::placeholder {
    color:#AAA!important;
}


.title-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.title-hover .elementor-widget-container{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 250ms;
    opacity: 0;
}

.title-hover:hover .elementor-widget-container {
    opacity: 1;
}

.title-bars .elementor-heading-title{
    position: relative;
}

.title-bars .elementor-heading-title:before,
.title-bars .elementor-heading-title:after{
    content:'';
    display: inline-block;
    width: 80px;
    height: 3px;
    margin: 0 0 3px 0;
    background-color: var(--e-global-color-19fae69);
}


.title-bars .elementor-heading-title:before{
    margin-right: 16px;
}
.title-bars .elementor-heading-title:after{
    margin-left: 16px;
}


.title-bar-full .elementor-widget-container {
    position: relative;
}
.title-bar-full .elementor-heading-title {
    margin-right: 50px;
    display: inline-block;
    background-color: #FFF;
    padding: 0 20px;
    z-index: 2;
}
.title-bar-full .elementor-widget-container:before {
    content:'';
    position: absolute;
    display: inline-block;
    right:0;
    bottom: 10px;
    width: 100%;
    height: 3px;
    background-color: var(--e-global-color-19fae69);
    z-index: -1;
}

.toggle-link {
    font-weight: 600;
}


.newsproducts-datepicker {
    display: none;
}


.alc-list-items{
    list-style-type: none;
    columns : 200px 4;
    list-style-position: inside;
    padding: 0;
    column-rule: 2px solid  var(--e-global-color-accent);
    border-left:  2px solid  var(--e-global-color-accent);
    padding-left: 6px;
}


.alc-list-items li a {
    padding: 4px 0;
    display: inline-block;
}

.alc-list-items li a:hover {
  color: var(--e-global-color-accent)!important;
    font-weight: 500;
}


.product-renderer p.price {
    margin-bottom: 0;
}

.product-renderer .product-image div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-renderer .product-second-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 250ms;
}

.product-renderer .product-second-image:hover {
    opacity: 1;
}

.product-renderer .product-price {
    color:var(--e-global-color-accent);
    font-weight: 700;
}


.product-banner-container {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.poiner-events-none {
    pointer-events: none;
}

.product-banner-container .product-ribbon  {
    position: absolute;
    top: 15px;
    left: -33px;
    padding: 2px 40px;
    transform: rotate(-45deg);
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 24px;
    z-index: 10;
}
.product-banner-container .product-reserved {
    background: var(--e-global-color-accent);
    color: white;
}

.product-banner-container .product-sold {
    background: var(--e-global-color-secondary);
    color: white;
}


.product-gallery-control {
    cursor: pointer;
}



.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor
{
    background-color: var(--e-global-color-accent);
    color:#FFF;
    border-radius: 50px;
    padding: 7px 24px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor svg
{
    color: #FFF!important;
    width: 20px;
}


/*body.tax-product_cat .hidden_for_product-cat ,
body.tax-pa_style .hidden_for_tax_style
{
    display: none;
}*/




.square {
    aspect-ratio: 1/1;
}


.woocommerce-button {
    padding: 12px 24px!important;
    border-radius: 100px!important;
    background-color: var(--e-global-color-primary)!important;
    border:1px solid var(--e-global-color-primary)!important
}
/*.woocommerce-button:hover {
    background-color: #FFF!important;
    color : var(--e-global-color-primary)!important;
}*/

.woocommerce .woocommerce-breadcrumb {
    margin: 20px 0;
    padding: 0;
}


@media screen and (min-width: 1024px) {
/*    .elementor-location-header .elementor-sticky--effects .header-collapsible > .e-con-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }*/

    .elementor-location-header  .header-logo img {
        transition: max-width 250ms;
    }
    .elementor-location-header .elementor-sticky--effects .header-logo img {
        max-width: 120px;
    }
}
@media screen and (max-width: 767px) {
    .title-bars .elementor-heading-title:before,
    .title-bars .elementor-heading-title:after{
        width: 40px;
    }

    .title-bars .elementor-heading-title:before{
        margin-right: 10px;
    }
    .title-bars .elementor-heading-title:after{
        margin-left: 10px;
    }

    #filter-column:not(.shown) {
        display: none;
    }

    #filter-column {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }

    #filter-column .search-filter-input-text__input {
        padding:0;
    }
    #filter-column .search-filter-label,
    #filter-column .search-filter-input-checkbox__label {
        font-size: 14px;
        line-height: 16px;
    }

    .alc-list-items{
        list-style-type: none;
        columns : 200px 2;
        list-style-position: inside;
    }


}



.wishlist_table thead tr th, .wishlist_table tfoot td td, .widget_yith-wcwl-lists ul.dropdown li.current a, .widget_yith-wcwl-lists ul.dropdown li a:hover, .selectBox-dropdown-menu.selectBox-options li.selectBox-selected a, .selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
    background-color: var(--e-global-color-secondary);
    color:#FFF;

}

.wishlist_table thead tr th br { display: none;}

.remove_from_wishlist.button {
    color:#D00!important;
    border:1px solid #D00!important;
    background-color: #FFF!important;
}

.surligner span[style="text-decoration: underline;"] {
    text-decoration: none!important;
    background-color: var(--e-global-color-accent);
}