./* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* POLICES DU SITE */

body.theme-hello-elementor {
	-webkit-font-smoothing: antialiased;
}

/*body.theme-hello-elementor a {
    color: #212121;
}*/

.searchandfilter h4 {
    font-family: "titling-gothic-fb-condensed", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
}

body.theme-hello-elementor .searchandfilter label {
    font-family: "titling-gothic-fb", Sans-serif;
    text-transform: initial;
    letter-spacing: 0px;
}

.single-product .images:after {
    content: '';
  }

.cta-produit-artiste {
	font-family: "titling-gothic-fb-condensed", Sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #212121;
    color: #212121;
    background-color: rgba(0,0,0,0);
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px 15px 30px;
    border:2px solid #212121;
    font-size: 15px;
    transition: all .3s;
    display: inline-block;
}

.cta-produit-artiste:hover {
	color: #ffffff;
    background-color: #212121;
}

.textaligncenter {
	text-align: center;
}

/* SEARCH & FILTER */

.searchandfilter ul {
    padding:0;
}

.searchandfilter .sf-range-max, .searchandfilter .sf-range-min {
    max-width: 100px !important;
}

.searchandfilter .noUi-target {
    border:1px solid #212121 !important;
    box-shadow: none !important;
    padding:2px;
    height: 18px !important;
    border-radius: 50px !important;
}

.searchandfilter .noUi-handle {
    box-shadow: none !important;
    border:1px solid #212121 !important;
    background-color: #FAF3DD !important;
    top: -6px !important;
    right: -18px !important;
}

.searchandfilter .noUi-connect {
    background-color: #FAF3DD !important;
    border: 1px solid #212121 !important;
}

.searchandfilter .noUi-handle-upper {
    right: -6px !important;
}

.searchandfilter .noUi-handle:after, .searchandfilter .noUi-handle:before {
    background-color: #212121 !important;
}

.searchandfilter input.sf-input-checkbox[type=checkbox] + .sf-label-checkbox:before {
    content:"";
    display:inline-block;
    top: -3px;
    width: 0px;
    height: 0px;
    margin: 0 8px 0 -5px;
    cursor: pointer;
    border: 8px solid #FAF3DD;
    border-radius: 2px;
    top: 2px;
    position: relative;
}
.searchandfilter input.sf-input-checkbox[type=checkbox]:checked + .sf-label-checkbox:before {
    top: 0;
    margin: 0 10px -2px 0;
    width: 9px;
    height: 17px;
    border: solid #212121;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    border-radius: 0;
}
.searchandfilter input.sf-input-checkbox {
    display: none;
}


#colonne-filtres-contenu .searchandfilter .meta-slider.noUi-target.noUi-ltr.noUi-horizontal {
    margin-left: auto;
    margin-right: auto;
}

/* PAGE SIMPLE ARTISTES */

@media (max-width: 767px) {

    .direction-degrade-resp .elementor-background-overlay {
        background-image:linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, #212121 100%) !important;
    }
}

/* PAGE PRODUIT */

.woocommerce div.product p.stock.out-of-stock {
    font-family: "titling-gothic-fb-condensed", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

/* HEADER */

.icone-panier-header i.fas.fa-search {
    content: url(images/search-light.svg);
    width: 18px !important;
}

.icone-panier-header {
    margin-bottom: 0px !important;
}

.icone-panier-header-blanc i.fas.fa-search {
    content: url(images/search-light-white.svg);
    width: 18px !important;
}

/* WOOCOMMERCE - TITRES */

.cart_totals h2, .checkout.woocommerce-checkout h3, h3#ship-to-different-address label span, .woocommerce-order-details h2, h2.woocommerce-column__title {
    font-family: "titling-gothic-fb-wide", Sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin:40px 0px;
    text-transform: initial;
    letter-spacing: initial;
}

/* WOOCOMMERCE - BANDEAUX DE NOTIFICATION */

.theme-hello-elementor .woocommerce-error, .theme-hello-elementor .woocommerce-info, .theme-hello-elementor .woocommerce-message {
    background-color: #f8f8f8;
    color: #212121;
    border-top: 3px solid #212121;
}

.theme-hello-elementor .woocommerce-error {
    border-top-color: #EA2027;
}

.theme-hello-elementor .woocommerce-error::before {
    color: #EA2027;
}

.theme-hello-elementor .woocommerce-info {
    border-top-color: #212121;
}

.theme-hello-elementor .woocommerce-info::before {
    color: #212121;
}

.theme-hello-elementor .woocommerce-message {
    border-top-color: #009432;
}

.theme-hello-elementor .woocommerce-message::before {
    color: #009432;
}

.theme-hello-elementor .woocommerce form .form-row.woocommerce-invalid label {
    color: #EA2027;
}

/* WOOCOMMERCE - BOUTONS */

.theme-hello-elementor .woocommerce #respond input#submit, .theme-hello-elementor .woocommerce a.button, .theme-hello-elementor .woocommerce button.button, .theme-hello-elementor .woocommerce input.button
.theme-hello-elementor.woocommerce #respond input#submit, .theme-hello-elementor.woocommerce a.button, .theme-hello-elementor.woocommerce button.button, .theme-hello-elementor.woocommerce input.button {
    font-family: "titling-gothic-fb-condensed", Sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    background-color: #212121;
    transition: all 0.2s;
}

.theme-hello-elementor .woocommerce #respond input#submit:hover, .theme-hello-elementor .woocommerce a.button:hover, .theme-hello-elementor .woocommerce button.button:hover, .theme-hello-elementor .woocommerce input.button:hover
.theme-hello-elementor.woocommerce #respond input#submit:hover, .theme-hello-elementor.woocommerce a.button:hover, .theme-hello-elementor.woocommerce button.button:hover, .theme-hello-elementor.woocommerce input.button:hover {
    color: #212121;
    background-color: #FAF3DD;
}

.theme-hello-elementor .woocommerce #respond input#submit.alt, .theme-hello-elementor .woocommerce a.button.alt, .theme-hello-elementor .woocommerce button.button.alt, .theme-hello-elementor .woocommerce input.button.alt {
    font-family: "titling-gothic-fb-condensed", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 15px 30px 15px 30px;
    color: #ffffff;
    background-color: #212121;
    transition: all 0.2s;
    width: 100%;
    max-width: 540px;
    display: inline-block;
}

.theme-hello-elementor .woocommerce #respond input#submit.alt:hover, .theme-hello-elementor .woocommerce a.button.alt:hover, .theme-hello-elementor .woocommerce button.button.alt:hover, .theme-hello-elementor .woocommerce input.button.alt:hover {
    background-color: #FAF3DD;
    color: #212121;
}

.theme-hello-elementor .woocommerce .cart .button, .theme-hello-elementor .woocommerce .cart input.button, .theme-hello-elementor .woocommerce #respond input#submit, .theme-hello-elementor .woocommerce input.button, .theme-hello-elementor .checkout_coupon.woocommerce-form-coupon button.button {
    font-family: "titling-gothic-fb-condensed", Sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 20px 10px 20px !important;
    color: #ffffff;
    background-color: #212121;
    transition: all 0.2s;
}

.theme-hello-elementor .woocommerce button.button:disabled, .theme-hello-elementor .woocommerce button.button:disabled[disabled] {
    color: #ffffff;
    background-color: #212121;
}

.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    background-color: #FAF3DD;
    color: #212121;
}

/* WOOCOMMERCE - CHAMPS CODE PROMO */

.woocommerce #coupon_code {
    padding: 10px;
    margin: 0 10px 0 0;
    outline: 0;
    min-width: 140px;
    font-size: 14px;
    height: 32px;
}

/* WOOCOMMERCE - TABLEAUX */

.woocommerce table.shop_table {
    border:0;
    border-radius:0;
}

.theme-hello-elementor .woocommerce table.shop_table th {
    font-family: "titling-gothic-fb-condensed", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.woocommerce table.shop_table td {
    border-top:0;
}

.theme-hello-elementor table td, .theme-hello-elementor table th {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid #ccc;
}

.theme-hello-elementor table td:nth-child(1), .theme-hello-elementor table th:nth-child(1) {
    border-left: 0;
}

.theme-hello-elementor table thead:first-child tr:first-child th {
    border-top:0;
}

.theme-hello-elementor table tbody>tr:nth-child(odd)>td, .theme-hello-elementor table tbody>tr:nth-child(odd)>th {
    background-color: #F8F8F8;
}

.woocommerce form .form-row textarea, .woocommerce input[type="email"], .woocommerce input[type="number"], .woocommerce input[type="password"], .woocommerce input[type="reset"], .woocommerce input[type="search"], .woocommerce input[type="tel"], .woocommerce input[type="text"], .woocommerce input[type="url"], .woocommerce textarea, .woocommerce-page form .form-row textarea, .woocommerce-page input[type="email"], .woocommerce-page input[type="number"], .woocommerce-page input[type="password"], .woocommerce-page input[type="reset"], .woocommerce-page input[type="search"], .woocommerce-page input[type="tel"], .woocommerce-page input[type="text"], .woocommerce-page input[type="url"], .woocommerce-page textarea {
    border:0;
}

@media only screen and (max-width: 768px) {
    .theme-hello-elementor table td, .theme-hello-elementor table th {
        border:0 !important;
    }

    .theme-hello-elementor .woocommerce table.shop_table_responsive tr td::before, .theme-hello-elementor.woocommerce-page table.shop_table_responsive tr td::before {
        font-family: "titling-gothic-fb-condensed", Sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.07em;
    }
}

/* WOOCOMMERCE - PAGE PANIER */


.theme-hello-elementor .wc-proceed-to-checkout {
    text-align: center;
}

/* WOOCOMMERCE - PAGE CHECKOUT SELCTEUR */

.select2-container .select2-selection--single { height: 40px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #4e4e4e;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 8px; }
.select2-container--default .select2-selection--single {
  background-color: #f0f0f0;
  border: none;
  border-radius: 0;
}

/* WOOCOMMERCE - PASSER PAGE CHECKOUT SUR 2 COLONNES  */

@media (min-width: 981px) {
    .theme-hello-elementor .checkout.woocommerce-checkout .col2-set .col-1, .theme-hello-elementor .checkout.woocommerce-checkout .col2-set .col-2 {
        width: 100%;
    }
    .checkout.woocommerce-checkout .col2-set {
        float:left;
        width: 48%;
        margin-right: 2%;
    }
    #order_review_heading, .woocommerce-checkout #order_review {
        float: left;
        width:48%;
        margin-left: 2%;
    }
}

/* WOOCOMMERCE - PAGE CHECKOUT PAYMENT BOX */

.theme-hello-elementor #add_payment_method #payment div.payment_box, .theme-hello-elementor.woocommerce-cart #payment div.payment_box, .theme-hello-elementor.woocommerce-checkout #payment div.payment_box {
    background-color: #F1F1F1;
}

.theme-hello-elementor #add_payment_method #payment div.payment_box::before, .theme-hello-elementor.woocommerce-cart #payment div.payment_box::before, .theme-hello-elementor.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #F1F1F1;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout #payment { background: rgba(0, 1, 0, 0.01)!important; }
.woocommerce-checkout #payment ul.payment_methods { border: none; }



/* WOOCOMMERCE - STRIPE / APPLE PAY */

.theme-hello-elementor.woocommerce .product .cart {
    display: block !important;
    text-align: center;
}

.theme-hello-elementor #wc-stripe-payment-request-button-separator {
    margin: 0px !important;
    text-align: center !important;
    width: 100% !important;
    font-family: "big-caslon-fb", Sans-serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    line-height: 2em !important;
    text-transform: lowercase !important;
}

.theme-hello-elementor #wc-stripe-payment-request-wrapper {
    padding-top: 0px !important;
}

.theme-hello-elementor .single_add_to_cart_button {
    float: none !important;
}

.theme-hello-elementor .wc_payment_method.payment_method_stripe > label {
    min-width: 300px;
}

/* WOOCOMMERCE - PAGE CONFIRMATION COMMANDE - BANDEAU DETAILS */

.theme-hello-elementor .woocommerce ul.order_details {
    margin: 60px 0px;
    padding: 0;
    list-style: none;
}


.theme-hello-elementor nav.woocommerce-MyAccount-navigation > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "titling-gothic-fb-condensed", Sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 30px;
}

.theme-hello-elementor.woocommerce-account .woocommerce-MyAccount-content a.edit {
    font-family: "titling-gothic-fb-condensed", Sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 20px 10px 20px !important;
    color: #ffffff;
    background-color: #212121;
    transition: all 0.2s;
    display: block;
    float: left;
    margin-bottom: 16px;
}

.theme-hello-elementor.woocommerce-account .woocommerce-MyAccount-content a.edit:hover {
    color: #212121;
    background-color: #FAF3DD;
}

.theme-hello-elementor .woocommerce-MyAccount-content fieldset {
    margin: 20px 0px;
}

/* ELEMENTOR 2.9 BUGS */

.elementor-search-form__input, .elementor-search-form__input:focus {
    background-color: #FAF3DD !important;
    box-shadow: none !important;
}

.theme-hello-elementor .wp-block-image .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.theme-hello-elementor .wp-block-image .aligncenter>figcaption, .theme-hello-elementor .wp-block-image .alignleft>figcaption, .theme-hello-elementor .wp-block-image .alignright>figcaption, .theme-hello-elementor .wp-block-image.is-resized>figcaption {
    text-align: center;
}


/* COOKIE NOTICE BUTTON */

#cn-notice-text {
    display: block !important;
    margin-bottom: 20px;
}

.button-cookie-notice {
    font-family: "titling-gothic-fb-condensed", Sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 20px 10px 20px !important;
    color: #ffffff !important;
    background-color: #212121;
    border:2px solid #ffffff;
    transition: all 0.2s;
    display: inline-block !important;
    margin-bottom: 10px !important;
}

.button-cookie-notice:hover {
    color: #212121 !important;
    background-color: #ffffff !important;
}
 
