/*
Theme Name: FjordKing Theme
Theme URI: https://www.subotai.fr
Template: suki
Author: Agence Subotaï
Author URI: https://www.subotai.fr
Version: 1.0.1591201642
Updated: 2020-06-03 16:27:22

*/


@media (max-width: 768px) {
    /* LES PRODUITS SUR UNE COLONNE SUR LE MOBILE (pb après maj 2024) */
    .elementor-205 .elementor-element.elementor-element-b7341bf .jet-woo-products .jet-woo-products__item {
        --columns: 1 !important;
        padding: 20px 40px 20px 40px !important;
    }
    /* MARGE AUTOUR DES VISUELS PRODUIT SUR LE MOBILE */
    .elementor-322 .elementor-element.elementor-element-98d5784 > .elementor-element-populated {
        padding: 0px 0px 20px 0px !important;
    }

}

/* BREADCRUMB PADDING */
nav.woocommerce-breadcrumb {
    padding: 10px;
}



/* ON CENTRE LES DIVS DE LA HOME DES SITES > Problème suite à la mise à jour */
section[data-id="27cfb89"] > div {
    justify-content: center;
}

/* Gesiton du sous menu pour le mobile après ajout en jQuery */
div#mobile-header .suki-header-cart-dropdown .sub-menu {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
}

/* MASQUAGE DES CATEGORIES SANS PRODUITS APRES MISE A JOUR */
/*  #BIDOUILLE  */
.sub-menu li a[href*="caviar-sterlet"] {
    display: none !important;
}

.elementor-widget-jet-woo-products .jet-woo-products .jet-woo-product-button .button {
    background-color: #0e172e !important;
}

.elementor-widget-jet-woo-products .jet-woo-products .jet-woo-product-button .button:hover {
    background-color: #ffffff !important;
}

#date_livraison_souhaitee_field {
    color: white;
    background-color: #b30000;
    padding: 0 10px;
    margin-top: 20px;
}

#date_livraison_souhaitee_field fieldset {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

#date_livraison_souhaitee_field legend {
    color: white;
}

#date_livraison_souhaitee_field label {
    width: 33%;
}

#date_livraison_souhaitee_field p.infos {
    margin: 0;
    padding: 20px;
    width: 100%;
    text-align: center;
}

#date_livraison_souhaitee_field p.infos-emballage {
    background-color: white;
    color: #b30000;
    padding: 10px;
    margin: 0;
    text-align: center;
    font-size: 18px;
}

#billing_company_field, #shipping_company_field {
    display: none;
}

.my_account_orders .woocommerce-button {
    padding: 5px;
    margin: 2px;
}

.suki-header-row {
    flex-wrap: wrap;
}

.suki-header-main-bar {
    height: auto;
}

.suki-header-bottom-bar-right, .suki-header-main-bar-right, .suki-header-top-bar-right {
    justify-content: center;
    margin: 20px 0;
}


@media screen and (max-width: 1024px) {
    footer h2 {
        line-height: normal !important;
    }
}

/* CSS SUITE A MISE A JOUR DE SUKI */
/* Padding autour du contenu */
.suki-content-inner {
    padding: 0;
}


/* MAJ A CAUSE DE LA MISE A JOUR JETENGINE */
/* Nos produits */
.jet-woo-categories .jet-woo-categories__item {
    --columns: 3 !important;
}

@media (max-width: 1024px){
    .jet-woo-categories .jet-woo-categories__item {
        --columns: 2 !important;
    }
}
@media (max-width: 767px){
    .jet-woo-categories .jet-woo-categories__item {
        --columns: 1 !important;
    }
}




.jet-woo-categories.jet-equal-cols .jet-woo-categories__item {
    width: 33%;
}
.archive.tax-product .col-row .jet-woo-categories__item, .col-row .jet-woo-products__item {
    width: 25% !important;
}


/* 2024 10 03 : Ajustements suite à mise à jour */
/* Largeur colonne livraison dans panier */
.calculated_shipping .wochrono-table tr.fee th {
    width: 30%;
}

.woocommerce-order a, p.woocommerce-notice {
    font-weight: 900;
}



