/*
 Theme Name: Smartfire Hongo Child
 Theme URI: https://www.smartfire.pro
 Description: Smartfire Child theme for Hongo theme
 Version: 1.0
 Author: Smartfire
 Author URI: https://www.smartfire.pro
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, flexible-footer, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 Template: hongo
 Text Domain: hongo-child
*/

@font-face {
    font-family: 'Dancing';
    src: url('assets/fonts/Dancing-Script.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

.woocommerce div.product section {
    border-top: 0;
    padding: 70px 0;
}

body.frontend h1,
body.frontend .manuscrite {
    font-family: 'Dancing';
}
body.frontend h1 {
    font-weight: normal !important;
    font-size: 60px !important;
    line-height: 70px !important;
}

@media (max-width: 767px) {
    body.frontend h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}

body.frontend h2 {
    font-size: 35px;
    line-height: 52px;
}
@media (max-width: 767px) {
    body.frontend h2 {
        font-size: 30px;
        line-height: 44px;
    }
}

header#masthead .vc_column_container {
    position: relative;
}
header#masthead .vc_column_container .header-logo-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
}
header#masthead .vc_column_container .header-logo-wrapper .logo-light img {
    max-height: 110px;
}
header#masthead .vc_column_container .header-logo-wrapper .logo-dark img {
    max-height: 84px;
}

@media (max-width: 600px) {
    header#masthead .vc_column_container .header-logo-wrapper img {
        max-height: 92px !important;
    }
}

.single_add_to_cart_button,
.woocommerce-button,
.woocommerce-Button,
.btn-black {
    border-radius: 25px !important;
    background-color: #c89f4d !important;
    border-color: #c89f4d !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.single_add_to_cart_button:hover,
.woocommerce-button:hover,
.woocommerce-Button:hover,
.btn-black:hover {
    background-color: #592715 !important;
    border-color: #592715 !important;
    color: #fff !important;
}

.woocommerce .quick-view-product.product .product_title,
.woocommerce .quick-view-product.product .product_title a {
    font-size: 40px;
    line-height: 52px;
    color: #592715;
}

.woocommerce .quick-view-product .entry-summary > table {
    margin-top: 25px;
}
.woocommerce .quick-view-product .entry-summary > table + p {
    text-align: left !important;
    line-height: 23px;
}

/* Header Mobile */

@media (max-width: 767px) {
    header#masthead .hongo-stretch-content .vc_column_container:first-child {
        /* Logo */
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        z-index: 100;
        width: 82px;
    }
    header#masthead .hongo-stretch-content .vc_column_container:last-child {
        width: 100%;
    }
    header#masthead .hongo-stretch-content .vc_column_container:last-child .vc_column-inner {
        width: 50%;
        margin-left: auto;
    }
    header#masthead
        .hongo-stretch-content
        .vc_column_container:last-child
        .vc_column-inner
        .hongo-navigation-main-wrapper {
        position: absolute;
        left: 0;
        height: 100%;
        width: 50%;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
    }
    header#masthead
        .hongo-stretch-content
        .vc_column_container:last-child
        .vc_column-inner
        .hongo-navigation-main-wrapper
        > button {
        left: 15px;
        right: auto;
        top: calc(50% - 5px);
        transform: translateY(-50%);
    }
}

/* Style Buttons */
header .woocommerce.widget_shopping_cart .hongo-mini-cart-slide-sidebar .woocommerce-mini-cart__buttons .button {
    background: #fff;
    border: 1px solid #592715;
    font-size: 14px;
    line-height: 18px;
    color: #592715;
    border-radius: 999em;
    padding: 10px 53px;
}
header .woocommerce.widget_shopping_cart .hongo-mini-cart-slide-sidebar .woocommerce-mini-cart__buttons .button:hover {
    background-color: #592715;
    color: #fff;
}
header .woocommerce.widget_shopping_cart .hongo-mini-cart-slide-sidebar .woocommerce-mini-cart__buttons .checkout {
    background-color: #c89f4d;
    border-color: #c89f4d;
    color: #fff;
}
header
    .woocommerce.widget_shopping_cart
    .hongo-mini-cart-slide-sidebar
    .woocommerce-mini-cart__buttons
    .checkout:hover {
    border-color: #592715;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background-color: #c89f4d;
    border-color: #c89f4d;
    color: #fff;
    border-radius: 999em;
    display: inline-block;
    font-weight: 600;
}

body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    padding-left: 80px;
    padding-right: 80px;
    width: auto;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background-color: #592715;
    border-color: #592715;
    color: #fff;
}
.woocommerce .single-product-modern div.product .inner-wrap-modern {
    background: url('assets/images/page_produit_background_paques.png');
    background-size: cover;
    background-position: right;
}

/* Custom product boxes */
@media (min-width: 768px) {
    .product-type-cpb_custom_product_boxes {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .product-type-cpb_custom_product_boxes {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .product-type-cpb_custom_product_boxes {
        width: 1170px;
    }
}
.product-type-cpb_custom_product_boxes {
    margin: 0 auto;
    margin-top: 50px;
    padding: 0 15px;
}
.product-type-cpb_custom_product_boxes .product_title h1 {
    color: #592715;
    margin-bottom: 40px;
}
.product-type-cpb_custom_product_boxes .cpb-short-description {
    margin-bottom: 68px;
    font-size: 16px;
    letter-spacing: 0.24px;
}
.product-type-cpb_custom_product_boxes > .cart {
    border-top: 0 !important;
}
.product-type-cpb_custom_product_boxes .cpb-row {
    margin-left: -11px;
    margin-right: -11px;
}
.product-type-cpb_custom_product_boxes .cpb-col-4 {
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 20px;
}
.cpb_product_boxes_custom .cpb-boxes .cpb-col-4 .cpb-inner {
    border-style: dashed;
    border-radius: 5px;
}
.cpb_product_boxes_custom .cpb-col-left {
    padding-right: 20px;
}
.cpb_product_boxes_custom .cpb-col-right {
    padding-left: 20px;
}
.cpb_product_boxes_custom .cpb-items .cpb-inner .cpb-item-image:before,
.cpb_product_boxes_custom .cpb-col-right .cpb-boxes .cpb-inner:before {
    background-color: rgb(200, 159, 77, 0.6);
}
.cpb_product_boxes_custom .cpb-boxes .cpb-inner:hover:before,
.cpb_product_boxes_custom .cpb-items .woocommerce-loop-product__title {
    font-weight: 600;
    color: #2d2d2d;
    cursor: pointer;
    transition: color 1s;
}
.cpb_product_boxes_custom .cpb-items .woocommerce-loop-product__title:hover {
    color: #c89f4d;
}
.cpb_product_boxes_custom .cpb-items .cpb-inner:hover .cpb-item-image:before {
    background-image: url(assets/images/add-icon-light.svg);
    background-position: center;
    background-size: auto;
}
.cpb_product_boxes_custom #cpb-load-more-btn {
    background: transparent;
    color: #592715;
    border-color: #592715;
}
.cpb_product_boxes_custom #cpb-load-more-btn:hover {
    background: #592715;
    color: #fff;
}
.cpb_product_boxes_custom .title_products_boxes {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.24px;
    line-height: 23px;
    color: #592715;
    margin-bottom: 14px;
    text-align: left;
}
.cpb_product_boxes_custom .cpb-col-left .title_products_boxes {
    font-size: 20px;
}
.cpb_product_boxes_custom .see_details {
    cursor: pointer;
    transition: color 1s;
}
.cpb_product_boxes_custom .see_details:hover {
    color: #c89f4d;
}
.cpb_product_boxes_custom .cpb-boxes .cpb-inner:hover:before,
.cpb_product_boxes_custom .cpb-items .woocommerce-loop-product__title {
    background-image: url(assets/images/remove-icon-light.svg);
    background-position: center;
    background-size: auto;
}
.woocommerce .quick-view-product.product_cat-lots .summary-main-title .product_title,
.woocommerce .quick-view-product.product_cat-lots .summary-main-title a {
    pointer-events: none;
}
.woocommerce .quick-view-product.product_cat-lots .mfp-close,
.woocommerce .quick-view-product.product_cat-garniture .mfp-close,
.woocommerce .quick-view-product.product_cat-moulage .mfp-close {
    height: unset;
    width: unset;
}
.woocommerce .quick-view-product.product_cat-lots .posted_in,
.woocommerce .quick-view-product.product_cat-lots .price,
.woocommerce .quick-view-product.product_cat-garniture .price,
.woocommerce .quick-view-product.product_cat-moulage .price {
    display: none;
}
.woocommerce .quick-view-product.product_cat-lots h1 {
    margin-bottom: 0;
}

.cpb_product_boxes_custom .cpb-extras {
    margin-top: 20px;
}
.cpb_product_boxes_custom .cpb-extras .price.cpb_bundle {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.42px;
    line-height: 48px;
    color: #592715;
    margin-bottom: 5px;
}

.cpb_product_boxes_custom .cpb-col-left .spacer:not(:last-of-type) {
    border: 1px solid #592715;
    margin: 30px 20px 50px 20px;
}

@media (max-width: 768px) {
    .cpb_product_boxes_custom .cpb-items .cpb-inner .cpb-item-image img {
        width: 100%;
    }
    .product-type-cpb_custom_product_boxes .cpb-row {
        margin-left: 0;
        margin-right: 0;
    }
    .product-type-cpb_custom_product_boxes .cpb-col-4:nth-child(even) {
        padding-right: 0;
    }
    .product-type-cpb_custom_product_boxes .cpb-col-4:nth-child(odd) {
        padding-left: 0;
    }
    .cpb_product_boxes_custom .cpb-extras .price.cpb_bundle {
        font-size: 22px;
        line-height: 38px;
    }
}

.woocommerce ul.products.hongo-shop-minimalist li.product .product-summary-wrapper {
    padding: 20px 2px 0;
}

.woocommerce .free_product_assoc {
    text-align: left;
    margin-top: 19px;
}
.woocommerce .free_product_assoc .card_free_product {
    margin-left: -11px;
    margin-right: -11px;
    padding-left: 11px;
    padding-right: 11px;
    height: 122px;
    width: 144px;
}
@media (max-width: 1200px) {
    .woocommerce .free_product_assoc .card_free_product {
        height: 97px;
        width: 122px;
    }
}
@media (max-width: 991px) {
    .woocommerce .free_product_assoc .card_free_product {
        height: 69.5px;
        width: 94.5px;
    }
}
@media (max-width: 768px) {
    .woocommerce .free_product_assoc .card_free_product {
        width: auto;
        height: auto;
        max-width: 50%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }
}
.woocommerce .free_product_assoc .card_free_product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce .free_product_assoc .name_free_product {
    max-width: 122px;
}
@media (max-width: 768px) {
    .woocommerce .free_product_assoc .name_free_product {
        max-width: 50%;
    }
}
.woocommerce .free_product_assoc .name_free_product .label_free_product {
    text-align: center;
    margin: 0.3em 0 0.3em;
    font-size: 14px;
}

.woocommerce .free_product_assoc .libelle_free,
.woocommerce .free_product_assoc .label_free_product {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.24px;
    line-height: 23px;
    color: #592715;
    margin-bottom: 14px;
    text-align: left;
}

.woocommerce .free_product_assoc .label_free_product {
    color: #2d2d2d;
    padding-left: 2px;
}

@media (max-width: 600px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-bottom: 5px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-Price-amount {
        font-size: 1.2em;
    }
}

.woocommerce-cart table.cart td.actions .btn {
    font-size: 12px !important;
    border-radius: 0 !important;
    border-color: #232323 !important;
}
.woocommerce-cart table.cart td.actions .btn:hover {
    color: #232323 !important;
}

/* Notification bar */
#wpfront-notification-bar-spacer {
    z-index: 2;
}
#wpfront-notification-bar {
    padding: 8px 0;
    font-size: 1.2em;
}

.woocommerce ul.products.hongo-shop-minimalist {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
}
.woocommerce ul.products.hongo-shop-minimalist > li {
    position: static !important;
}
.woocommerce ul.products.hongo-shop-minimalist > li.grid-sizer {
    display: none;
}

.widget_layered_nav > ul > li.wc-layered-nav-term > span:first-of-type:not(.count),
.widget_layered_nav > ul > li.wc-layered-nav-term > span:first-of-type:not(.count) + .count {
    display: none;
}

.up-sells.products > h2.alt-font {
    font-family: Dancing;
    font-size: 50px;
    color: #592715;
    text-transform: none;
    line-height: 45px;
    padding-top: 30px;
}

/** Product view 360 **/
.woocommerce div.product .hongo-single-product-360-button {
    width: 45px;
    height: 45px;
}
.woocommerce div.product .hongo-single-product-360-button img {
    width: 24px !important;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Refonte expedition */
.woocommerce .woocommerce-checkout-review-order table,
.woocommerce-cart .cart-collaterals .cart_totals table {
    display: block;
}
body.woocommerce-checkout .woocommerce-checkout-review-order table,
body.woocommerce-checkout .woocommerce-cart .cart-collaterals .cart_totals table {
    background-color: #f7f7f7;
    padding: 0 50px 50px;
}
.woocommerce .woocommerce-checkout-review-order table thead {
    display: block;
}
.woocommerce .woocommerce-checkout-review-order table tbody tr,
.woocommerce .woocommerce-checkout-review-order table tfoot .cart-subtotal,
.woocommerce .woocommerce-checkout-review-order table tfoot .order-total,
.woocommerce .woocommerce-checkout-review-order table thead tr {
    border-bottom: 1px solid #e8e8e8;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.woocommerce .woocommerce-checkout-review-order table tfoot,
.woocommerce .woocommerce-checkout-review-order table tbody,
.woocommerce-cart .cart-collaterals .cart_totals table tbody {
    display: block;
}
.woocommerce .woocommerce-checkout-review-order table tfoot tr,
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr:nth-child(3) td {
    display: block;
}
.woocommerce .woocommerce-checkout-review-order table tfoot tr th,
.woocommerce .woocommerce-checkout-review-order table tfoot tr td,
.woocommerce .woocommerce-checkout-review-order table thead tr th,
.woocommerce .woocommerce-checkout-review-order table thead tr td,
.woocommerce .woocommerce-checkout-review-order table tbody tr th,
.woocommerce .woocommerce-checkout-review-order table tbody tr td,
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr th,
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr td {
    border-bottom: 0 !important;
}
.woocommerce .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals,
.woocommerce-cart .cart-collaterals .cart_totals table tbody .woocommerce-shipping-totals {
    display: flex;
    flex-direction: column;
}
.woocommerce .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals th,
.woocommerce-cart .cart-collaterals .cart_totals table tbody .woocommerce-shipping-totals th {
    padding-bottom: 0;
}
.woocommerce .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td,
.woocommerce-cart .cart-collaterals .cart_totals table tbody .woocommerce-shipping-totals td {
    padding-left: 0;
}
@media (max-width: 600px) {
    .woocommerce .woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals td #shipping_method,
    .woocommerce-cart .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals td #shipping_method {
        display: block;
        margin: 15px 0 !important;
    }
}
.woocommerce .woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals #shipping_method > li,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals #shipping_method > li {
    position: relative;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals #shipping_method > li input {
    position: absolute !important;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.woocommerce
    .woocommerce-checkout-review-order
    .shop_table
    .woocommerce-shipping-totals
    #shipping_method
    > li
    input:checked
    + label {
    border-color: #cf9e3b;
    background-color: #cf9e3b;
    color: white;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals #shipping_method > li label {
    padding-left: 38px;
    padding-right: 5px;
    display: inline-block;
    margin-bottom: 0;
    border: 2px solid #bfbfbf;
    min-height: 55px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.woocommerce
    .woocommerce-checkout-review-order
    .shop_table
    .woocommerce-shipping-totals
    #shipping_method
    > li
    label
    > div {
    line-height: 20px;
    font-size: 15px;
}

#billing_birth_date_field {
    clear: both;
}

/* Gestion des ancres dans la page de checkout */
.anchor_menu_mobile {
    margin-bottom: 80px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
}

.anchor_menu_mobile .container {
    background-color: #f7f7f7;
    padding: 30px 17px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 24px;
}

.anchor_menu_mobile.stuck .container {
    position: fixed;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.anchor_menu_mobile .container > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.anchor_menu_mobile .container > ul > li {
    margin: 0 3%;
    display: flex;
    align-items: center;
}

.anchor_menu_mobile .container > ul > li .step_number {
    display: inline-block;
    border: 1px solid #bfbfbf;
    height: 25px;
    width: 25px;
    line-height: 23px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    margin-right: 12px;
    color: #000;
}

.anchor_menu_mobile .container > ul > li > a {
    font-weight: 500;
    line-height: 20px;
    color: #000;
    font-size: 20px;
}

.anchor_menu_mobile .container > ul > li > a.active,
.anchor_menu_mobile .container > ul > li > a:hover {
    color: #cf9e3a;
}

/* Item anchor */
.anchor_menu_checkout {
    align-items: center;
    padding-left: 0 !important;
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 22px;
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.anchor_menu_checkout:nth-of-type(2) {
    margin: 0 0 22px 0;
}

#payment_anchor_style.anchor_menu_checkout {
    margin-bottom: 40px;
}

.anchor_menu_checkout .step_libelle {
    font-weight: 600;
    font-size: 26px;
    color: #cf9e3b;
}

.anchor_menu_checkout.open + div {
    max-height: 100%;
}

.anchor_style {
    position: absolute;
    top: -90px;
}

@media (max-width: 767px) {
    .anchor_menu_mobile {
        height: 54px;
        margin-bottom: 30px;
    }
    .anchor_menu_mobile .container {
        padding: 17px;
        width: calc(100% + 15px * 2);
    }

    .anchor_menu_mobile .container > ul > li .step_number {
        height: 15px;
        width: 15px;
        line-height: 14px;
        font-size: 10px;
        margin-right: 5px;
    }

    .anchor_menu_mobile .container > ul > li > a {
        font-size: 14px;
    }

    .anchor_menu_checkout {
        display: flex;
    }
    .woocommerce .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals th:nth-child(1) {
        display: none;
    }

    .anchor_menu_checkout .step_libelle {
        font-size: 22px;
    }
}

/* Bandeau sticky */
.woocommerce-checkout .hongo-layout section.vc_row {
    overflow: visible !important;
}

.woocommerce-checkout h4 {
    font-weight: 600;
    font-size: 20px;
}

.woocommerce-form-register p.checkbox-field-registration {
    margin-bottom: 0;
}

.woocommerce .single-product-modern div.product form.cart .button.added_to_cart {
    display: none;
}

.loading:before {
    background-color: #c89f4d;
    border-radius: 25px;
}

.hongo-mini-cart-slide-sidebar .mini-cart-slide-sidebar-heading span {
    font-size: 15px;
    font-weight: bold;
}

.hongo-mini-cart-slide-sidebar .mini-cart-slide-sidebar-heading span:last-child a {
    font-size: 18px;
}

.woocommerce ul.products.hongo-shop-default li.product a.button {
    border-radius: 25px;
    background-color: #c89f4d !important;
    border-color: #c89f4d !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-top: 3em;
}

.woocommerce ul.products.hongo-shop-default li.product a.button:hover {
    color: white;
}

@media (min-width: 767px) {
    header.site-header,
    header.site-header .header-main-wrapper,
    .sticky-appear.header-main-wrapper {
        top: 45px !important;
    }
}

#wpfront-notification-bar-spacer {
    z-index: 100;
}

/* Checkout page */
body.woocommerce-checkout #wpfront-notification-bar-spacer {
    display: none;
}

body.woocommerce-checkout #masthead {
    position: static;
    box-shadow: 0px 1px rgb(89 39 21 / 20%);
    height: 71px !important;
}

body.woocommerce-checkout #masthead .mini-header-main-wrapper {
    position: static;
    height: 100%;
}

body.woocommerce-checkout #masthead .mini-header-main-wrapper .container {
    height: 100%;
}

body.woocommerce-checkout #masthead .mini-header-main-wrapper .vc_row {
    background: white;
    height: 100%;
    flex-wrap: nowrap;
}

body.woocommerce-checkout #masthead .mini-header-main-wrapper .vc_row > div:last-child {
    text-align: right;
    align-items: center;
}

@media (max-width: 600px) {
    body.woocommerce-checkout #masthead .mini-header-main-wrapper .vc_row > div:last-child .vc_column-inner {
        padding-left: 0;
    }
}

body.woocommerce-checkout #masthead .mini-header-main-wrapper .vc_row > div:last-child p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #232323;
    font-weight: 600;
    font-size: 15px;
}

body.woocommerce-checkout #masthead .mini-header-main-wrapper .vc_row > div:last-child p > a {
    pointer-events: none;
}

body.woocommerce-checkout #masthead .mini-header-main-wrapper .vc_row > div:last-child p > a img {
    margin: 0;
    margin-right: 15px;
    position: relative;
    top: -4px;
}

body.woocommerce-checkout #masthead .mini-header-main-wrapper .vc_row > div:last-child p > a img:not(:last-child) {
    display: none;
}

.woocommerce-checkout .hongo-main-title-wrap {
    padding-top: 70px !important;
}

body.woocommerce-checkout .extra-small-screen {
    height: auto;
}

body.woocommerce-checkout form.woocommerce-checkout > div {
    float: none;
    width: 100%;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin-bottom: 24px;
}

body.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout {
    margin-top: 0;
    padding-top: 0;
}

body.woocommerce-checkout .woocommerce-billing-fields > h4 {
    display: none;
}

/* Form */
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
}

body.woocommerce-checkout .woocommerce form.checkout {
    padding-top: 40px;
    float: none;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > p {
    width: 100%;
}
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #title_shipping {
    grid-row: 1;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field {
    grid-row: 2;
    grid-column: span 2;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field {
    grid-row: 3;
    grid-column: span 2;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_birth_date_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_birth_date_field {
    grid-row-start: 5;
    grid-column: span 2;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_company_field {
    grid-row-start: 2;
    grid-column: 3 / -1;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
    grid-row-start: 6;
    grid-column: 3 / -1;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field {
    grid-row-start: 3;
    grid-column: 3 / -1;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field {
    grid-row-start: 4;
    grid-column: 3 / -1;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field {
    grid-column: span 2;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_email_field {
    grid-row-start: 4;
    grid-column: 1 / span 2;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_phone_field {
    grid-row-start: 6;
    grid-column: 1 / span 2;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field {
    grid-row-start: 5;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field {
    grid-row-start: 5;
}

body.woocommerce-checkout .checkout .col-1 h3#bill-to-different-address label {
    margin: 0;
    line-height: 18px;
    font-size: 14px;
}

body.woocommerce-checkout #bill-to-different-address input[type='checkbox'] {
    margin-left: 0;
}

body.woocommerce-checkout .shipping_address {
    display: block !important;
}

#ship-to-different-address {
    display: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table thead,
body.woocommerce-checkout .woocommerce-checkout-review-order table tbody,
body.woocommerce-checkout .woocommerce-checkout-review-order table tfoot > tr:first-child,
body.woocommerce-checkout .woocommerce-checkout-review-order table tfoot > tr.order-total {
    width: 42%;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table tfoot > tr.shipping {
    position: absolute;
    right: 50px;
    top: 0;
    width: 38%;
    border-bottom: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table tfoot > tr.shipping th {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    line-height: 26px;
    color: #232323;
    padding-top: 50px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table tfoot > td {
    display: inline-block;
    width: 100%;
    border-bottom: 0;
}

body.woocommerce-checkout #mapDiv {
    border-top: 1px solid #e8e8e8 !important;
    padding-top: 40px;
    margin-top: 30px;
}

body.woocommerce-checkout .checkout-sidebar {
    background: white;
    padding: 0;
}

body.woocommerce-checkout .checkout-sidebar > h4 {
    padding: 50px 50px 0;
    background: #f7f7f7;
    margin-bottom: 0;
}

body.woocommerce-checkout .payment_methods > li:first-of-type {
    padding-top: 50px;
}

body.woocommerce-checkout .payment_methods > li:last-of-type {
    padding-bottom: 50px;
}

body.woocommerce-checkout .payment_methods .payment_box {
    margin: 0 !important;
    padding-top: 10px !important;
}

body.woocommerce-checkout #wc-stripe-cc-form {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    grid-column-gap: 20px;
}

body.woocommerce-checkout #wc-stripe-cc-form .form-row {
    width: 100%;
}

body.woocommerce-checkout #wc-stripe-cc-form .form-row .wc-stripe-elements-field {
    height: 45px;
    line-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.woocommerce-checkout #wc-stripe-cc-form .form-row label {
    font-weight: bold;
}

body.woocommerce-checkout #wc-stripe-cc-form .stripe-source-errors {
    grid-column: 1 / -1;
}

@media (max-width: 1199px) {
    body.woocommerce-checkout .checkout-sidebar > h4 {
        padding: 30px 30px 0;
    }
    .woocommerce .woocommerce-checkout-review-order table,
    .woocommerce-cart .cart-collaterals .cart_totals table {
        padding: 0 30px 30px;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order table tfoot > tr.shipping {
        top: 30px;
    }
    body.woocommerce-checkout .woocommerce-checkout-review-order table tfoot > tr.shipping th {
        padding-top: 0;
    }

    body.woocommerce-checkout .payment_methods > li {
        padding: 0 30px;
    }

    body.woocommerce-checkout .payment_methods > li:first-of-type {
        padding-top: 30px;
    }

    body.woocommerce-checkout .payment_methods > li:last-of-type {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    /* Form */
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 40px;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > p {
        grid-column: 1 !important;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_phone_field,
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_email_field,
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field {
        grid-column: 1;
    }

    /* shipping */
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_company_field {
        grid-row: 4;
    }

    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field {
        grid-row: 5;
    }
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field {
        grid-row: 6;
    }
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field {
        grid-row: 7;
    }
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field {
        grid-row: 8;
    }
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
        grid-row: 9;
    }
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_email_field {
        grid-row: 10;
    }
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_birth_date_field {
        grid-row: 11;
    }
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_phone_field {
        grid-row: 12;
    }

    /* Billing */
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company_field {
        grid-row: 4;
    }
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
        grid-row: 5;
    }
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
        grid-row: 6;
    }
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
        grid-row: 7;
    }
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
        grid-row: 8;
    }
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field {
        grid-row: 9;
    }
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
        grid-row: 10;
    }
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_birth_date_field {
        grid-row: 11;
    }
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field {
        grid-row: 12;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order table thead,
    body.woocommerce-checkout .woocommerce-checkout-review-order table tbody,
    body.woocommerce-checkout .woocommerce-checkout-review-order table tfoot > tr:first-child,
    body.woocommerce-checkout .woocommerce-checkout-review-order table tfoot > tr.order-total {
        width: 100%;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order table tfoot > tr.shipping {
        position: static;
        width: 100%;
    }

    .woocommerce .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals th:nth-child(1) {
        display: block;
    }

    body.woocommerce-checkout .checkout-sidebar > h4 {
        padding: 20px 20px;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order table,
    body.woocommerce-checkout .woocommerce-cart .cart-collaterals .cart_totals table {
        padding: 0 20px 20px;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order table tfoot > tr.shipping {
        margin-top: 20px;
    }

    body.woocommerce-checkout #mapDiv {
        margin-top: 20px;
    }

    body.woocommerce-checkout .payment_methods > li {
        padding: 0 20px;
    }

    body.woocommerce-checkout .payment_methods > li:first-of-type {
        padding-top: 20px;
    }

    body.woocommerce-checkout .payment_methods > li:last-of-type {
        padding-bottom: 20px;
    }

    body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        width: 100%;
    }

    body.woocommerce-checkout #wc-stripe-cc-form {
        grid-template-columns: 1fr;
    }

    body.woocommerce ul.products.hongo-shop-default li.product a.button {
        margin-top: 2em;
    }
}

/* Gift card message */
.cart-gift-message-ctn {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 37px 30px 30px 30px;
    border: 1px solid #e8e8e8;
}

.cart-gift-message-ctn .header-card-gift-message {
    display: grid;
    grid-template-columns: 55px 1fr;
    grid-column-gap: 5%;
}

.cart-gift-message-ctn .header-card-gift-message img {
    display: block;
}

.cart-gift-message-ctn .header-card-gift-message .title {
    font-family: 'Dancing';
    font-size: 30px;
    line-height: 36px;
    color: #592716;
    margin-bottom: 10px;
}

.cart-gift-message-ctn .header-card-gift-message .custom-checkbox {
    position: relative;
}

.cart-gift-message-ctn .header-card-gift-message .custom-checkbox input {
    display: none;
}

.cart-gift-message-ctn .header-card-gift-message .custom-checkbox label {
    padding-left: 23px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
}

.cart-gift-message-ctn .header-card-gift-message .custom-checkbox label:before,
.cart-gift-message-ctn .header-card-gift-message .custom-checkbox label:after {
    content: '';
    position: absolute;
}

.cart-gift-message-ctn .header-card-gift-message .custom-checkbox label:before {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 2px;
    border: 1px solid #9f9f9f;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
}

.cart-gift-message-ctn .header-card-gift-message .custom-checkbox label:after {
    width: 0;
    height: 0;
    top: 10px;
    left: 6px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cart-gift-message-ctn .header-card-gift-message .custom-checkbox input:checked + label:before {
    background-color: #c89f4d;
    border-color: #c89f4d;
}

.cart-gift-message-ctn .header-card-gift-message .custom-checkbox input:checked + label:after {
    border: 1px solid #fff;
    border-width: 0 0 2px 2px;
    height: 4px;
    width: 8px;
}

.cart-gift-message-ctn .block_icon_bordered-ctn {
    display: none;
    margin-top: 24px;
}

.cart-gift-message-ctn .block_icon_bordered-ctn textarea {
    border-radius: 1px;
    border: 1px solid #e8e8e8;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 21px;
}

.cart-gift-message-ctn .block_icon_bordered-ctn textarea::placeholder {
    font-style: italic;
}

.cart-gift-message-ctn .block_icon_bordered-ctn .last_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cart-gift-message-ctn .block_icon_bordered-ctn .last_row button {
    font-size: 16px;
    line-height: 24px;
    color: #c89f4d;
    text-transform: uppercase;
    padding: 14px 39px;
    border-radius: 26px;
    border: 2px solid #c89f4d;
    background-color: white;
    transition: 0.3s;
}

.cart-gift-message-ctn .block_icon_bordered-ctn .last_row button:hover {
    color: white;
    background-color: #c89f4d;
}

.cart-gift-message-ctn .block_icon_bordered-ctn .last_row .gift-message-countdown {
    font-style: italic;
}

@media (max-width: 500px) {
    .cart-gift-message-ctn {
        padding: 30px 20px 20px;
    }
    .cart-gift-message-ctn .header-card-gift-message {
        grid-template-columns: 1fr;
    }
    .cart-gift-message-ctn .header-card-gift-message .title {
        margin-top: 20px;
    }
    .cart-gift-message-ctn .block_icon_bordered-ctn .last_row {
        flex-direction: column;
    }
    .cart-gift-message-ctn .block_icon_bordered-ctn .last_row .gift-message-countdown {
        margin-bottom: 30px;
    }
    .cart-gift-message-ctn .block_icon_bordered-ctn .last_row button {
        padding: 9px 20px;
    }
}

/* Alert Stock */
.product.outofstock .sticky-add-to-cart-wrapper {
    display: none;
}

.woocommerce div.product .cwginstock-subscribe-form {
    margin: 15px 0 0 0;
    padding: 20px 0;
    width: 90%;
}

.woocommerce div.product .cwginstock-subscribe-form .panel-primary {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.woocommerce div.product .cwginstock-subscribe-form .panel-primary .panel-heading {
    color: #2d2d2d;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.woocommerce div.product .cwginstock-subscribe-form .panel-primary .panel-heading h4 {
    text-align: left !important;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
}

.woocommerce div.product .cwginstock-subscribe-form .panel-primary .panel-body {
    padding: 0;
}

.woocommerce div.product .cwginstock-subscribe-form .panel-primary .panel-body .row > div {
    padding: 0;
}

.woocommerce div.product .cwginstock-subscribe-form .panel-primary .panel-body .row > div input[type='text'],
.woocommerce div.product .cwginstock-subscribe-form .panel-primary .panel-body .row > div input[type='email'] {
    text-align: left !important;
    margin-bottom: 0;
    border: 1px solid #e8e8e8;
    width: auto !important;
    min-width: 300px;
}

.woocommerce div.product .cwginstock-subscribe-form .panel-primary .panel-body .row > div .center-block {
    text-align: left !important;
    margin-bottom: 0;
}

.woocommerce
    div.product
    .cwginstock-subscribe-form
    .panel-primary
    .panel-body
    .row
    > div
    .center-block
    input[type='submit'] {
    margin-top: 20px;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
    float: none;
    min-height: 40px;
    text-transform: uppercase;
    padding: 8px 25px 8px 25px;
    white-space: nowrap;
    color: white;
    line-height: 20px;
    border-radius: 25px;
    background-color: #c89f4d;
    border: 2px solid #c89f4d;
    transition: all 0.2s ease-in-out;
}

.woocommerce
    div.product
    .cwginstock-subscribe-form
    .panel-primary
    .panel-body
    .row
    > div
    .center-block
    input[type='submit']:hover {
    background-color: #592715;
    border-color: #592715;
}

.woocommerce div.product .cwginstock-subscribe-form .panel-primary .panel-body .cwgstock_output {
    margin-top: 15px;
}

@media (max-width: 600px) {
    .woocommerce div.product .cwginstock-subscribe-form {
        width: 100%;
    }
}

/* Where to buy */
.where_to_buy {
    margin-bottom: 30px;
}
.where_to_buy a.swn-tag-wtb-btn {
    padding: 8px 25px 8px 25px;
    text-transform: uppercase;
    background-color: #592715 !important;
    border-color: #592715 !important;
}

.where_to_buy a.swn-tag-wtb-btn:hover {
    background-color: #c89f4d !important;
    border-color: #c89f4d !important;
}

.product_meta {
    padding-top: 10px;
}

@media (max-width: 767px) {
    body .navbar-collapse.collapse,
    body .navbar-collapse {
        width: 200%;
    }
}

header#masthead .vc_column_container {
    z-index: 11;
}

.hongo-add-to-cart-button-wrap #wc-stripe-payment-request-wrapper,
.hongo-add-to-cart-button-wrap #wc-stripe-payment-request-button-separator {
    display: none !important;
}

.mc4wp-checkbox-wp-registration-form {
    margin-bottom: 0;
}

body.woocommerce-checkout .checkout .col-1 h3#bill-to-different-address {
    margin-top: 10px;
}

body.woocommerce-checkout .checkout .col-1 h3#bill-to-different-address label span {
    font-weight: 600;
    font-size: 1.2em;
}

body header .nav {
    background-color: #fff !important;
}

@media (max-width: 1220px) {
    header .nav > li > a,
    header .nav > li:first-child > a,
    header .nav > li:last-child > a,
    header .with-categories-navigation-menu .nav > li > a {
        padding-left: 8px !important;
    }
}

/* Avis verifies */
body .products .listStars {
    display: block;
    margin: 0 auto auto auto;
    height: 0;
    min-height: 0;
}

body .products .listStars > div:last-child {
    display: flex;
}

body .products .listStars .reviewCount {
    min-width: 50px;
}

/* Remove Update Cart button  */
.woocommerce button[name='update_cart'],
.woocommerce input[name='update_cart'] {
    display: none !important;
}

/* Fix bug : https://git.smartfire.pro/client-projects/revillon-eshop/-/issues/156 */
.product .sticky-add-to-cart-wrapper {
    z-index: 100;
}

/* Style cart */
.woocommerce-cart .cart_totals table.shop_table tr.order-total th strong {
    font-weight: 600;
    font-size: 14px;
    display: block;
    line-height: 23px;
}

/* Checkout page -> opt in RGPD */
.checkout-content-left .woocommerce-terms-and-conditions-wrapper .validate-required {
    padding: 15px;
    border-radius: 15px;
    background-color: rgba(200, 159, 77, 0.2);
    margin-bottom: 56px;
}

.checkout-content-left .woocommerce-terms-and-conditions-wrapper .validate-required label span {
    color: #c89f4d;
    font-weight: bold;
}

/* Checkout page -> Collapse items */
.anchor_menu_checkout {
    cursor: pointer;
}
.anchor_menu_checkout .toggle_checkout_menu {
    transition: transform 0.3s ease;
}
.anchor_menu_checkout.open .toggle_checkout_menu {
    transform: rotate(180deg);
}

form.woocommerce-checkout .checkout-content-left {
    overflow: hidden;
    transition: height 0.4s ease;
    margin-bottom: 0;
}
#order_checkout_container {
    transition: height 0.4s ease;
    overflow: hidden;
}

/* Replace table tag to div */
.woocommerce-checkout-review-order-table {
    background: #f7f7f7;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16%;
    margin-top: 28px;
    margin-bottom: 50px;
}
@media (max-width: 990px) {
    .woocommerce-checkout-review-order-table {
        display: block;
        padding: 40px;
        margin-top: 10px;
    }
}
@media (max-width: 600px) {
    .woocommerce-checkout-review-order-table {
        padding: 30px;
    }
}
@media (max-width: 380px) {
    .woocommerce-checkout-review-order-table {
        padding: 20px;
    }
}
/* Col gauche */
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left > div:nth-child(even) {
    padding-right: 7.5px;
}
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left > div:nth-child(odd) {
    padding-left: 7.5px;
}
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left > h4 {
    grid-column: 1 / span 2;
}
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left .head_left,
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left .head_right {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    color: #232323;
    font-weight: 500;
    line-height: 18px;
}
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left .product-name,
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left .product-total {
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
}
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left .subtotal_title,
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left .subtotal_result {
    padding: 20px 0;
    font-weight: 500;
    border-bottom: 1px solid #e8e8e8;
    color: #232323;
}

.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left .total_title,
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left .total_result {
    padding: 20px 0;
}
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left .total_title {
    font-weight: 500;
    color: #232323;
}
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left .total_result strong .woocommerce-Price-amount {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #232323;
}
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_left .total_result .includes_tax {
    display: block;
}
/* Col right */
.woocommerce-checkout-review-order-table .woocommerce_checkout_col_right .title_col_right {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #232323;
    margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table .woocommerce_checkout_col_right + td {
    display: grid;
    grid-column: span 2;
}

/* Payment */
.woocommerce-checkout #payment #checkout_payment_container {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.woocommerce-checkout #payment #checkout_payment_container.open {
    max-height: 520px;
}
.woocommerce-checkout #payment ul.payment_methods {
    margin-top: 0;
    padding: 0;
}
.woocommerce-checkout #payment .checkout_payment_list {
    list-style-type: none;
    padding: 50px;
    margin: 0;
    background: #f7f7f7;
}
@media (max-width: 990px) {
    .woocommerce-checkout #payment .checkout_payment_list {
        padding: 40px;
    }
    #add_payment_method #payment ul li img.stripe-icon,
    .woocommerce-checkout #payment ul li img.stripe-icon {
        display: block;
    }
}
@media (max-width: 600px) {
    .woocommerce-checkout #payment .checkout_payment_list {
        padding: 30px;
    }
    .woocommerce-checkout #payment #checkout_payment_container.open {
        max-height: 650px;
    }
}
@media (max-width: 380px) {
    .woocommerce-checkout #payment .checkout_payment_list {
        padding: 20px;
    }
}
.woocommerce-checkout #payment ul.checkout_payment_list li.payment_method_paypal input[type='radio'] {
    margin-top: 17px;
}

#add_payment_method #payment ul li img.stripe-icon,
.woocommerce-checkout #payment ul li img.stripe-icon {
    max-width: 40px;
    padding-left: 3px;
    margin: 0;
}

#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand,
.woocommerce-checkout #payment ul li .stripe-credit-card-brand {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    background: no-repeat url(../images/credit-card.svg);
    display: block;
    width: 30px;
    height: 24px;
}
