/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla
 */

/* custom post navigation */
.wpb-posts-nav {
    display: flex;
    justify-content: space-between;
}

.nav-top {
    display: flex;
}

.nav-bot {
    display: flex;
}

.nav-top, .nav-bot {
    column-gap: 10px;
}

.next-post .nav-top {
    display: flex;flex-direction: row-reverse;
}

.nav-top {
    margin-bottom: 15px;
}

.wpb-posts-nav__thumbnail img {
    width: 115px;
    height: 66px!important;
    object-fit: cover;
}

.wpb-posts-nav p {
    color: #2B2B2B;
    font-family: 'Inter 400';
    font-size: 18px;
}


/* Blog */
.blog-repeater h2 {
    color: var(--e-global-color-a12d90b );
    font-family: "IvyMode", Sans-serif;
    font-size: 38px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 30px 0;
}
.blog-repeater .blog-content-text{
    display:block !important;
}
.blog-repeater .blog-content-text p{
    padding-bottom:25px;
}
.blog-repeater .blog-content-text p:last-child{
    padding-bottom:0px;
}
.blog-repeater .gallery .jet-engine-gallery-grid{
    width:100%;
}
.blog-repeater .jet-engine-gallery-grid__item {
    padding: 10px;
}
.blog-repeater .gallery .jet-engine-gallery-grid__item {
    padding: 50px 10px;
}
.blog-repeater .gallery .jet-engine-gallery-grid {
    gap:0px;
}
.Yes .blog-repeater .jet-engine-gallery-grid.grid-col-desk-3 {
    --columns: unset;
    justify-content: center;
}
.single-post .jet-listing-dynamic-repeater__item>:not(td):not(.jet-engine-gallery-grid) {
    display: unset;
}
.quote-box span p{
    width:100%;
    text-align:center;
    text-align: center;
    color: #121212;
    font-family: "Inter 400", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    background-color: #FAFAFB;
    padding:100px 50px;
    position:relative;
    margin:80px 0 50px;
}
.quote-box span p:before{
    content:url(/wp-content/uploads/2023/05/Quote-icon.svg);
    display:block;
    padding-bottom:20px;
}
.blog-repeater .jet-engine-gallery-grid.grid-col-desk-3 {
    --columns: 3;
    justify-content:center;
}
.blog-repeater h2:empty {
  display: none !important;
}


.LinkButton{
    background-color:#000000 !important;
    color:#ffffff !important;
    border-radius:0 !important;
}
.LinkButton-inner {
    color: #ffffff;
}
.LinkButton-inner path{
    fill:#ffffff;
}


/* MM : DEBUT Customisation CSS page CHECKOUT */
.elementor-widget .elementor-widget-container .shipping-selection-container {
    display: none;
}
#order_review  .woocommerce-checkout-review-order-table.sc-checkout-review-order-table td{
	align-items: center;
}

.woocommerce-checkout-review-order-table.sc-checkout-review-order-table td.product-total {
    display: flex;
    align-items: center !important;
    justify-content: right;
}

.woocommerce-checkout-review-order-table.sc-checkout-review-order-table .woocommerce-shipping-totals th{
	margin-top: 20px !important;
}


.sc-woocommerce-thankyou-order-details .order_details thead,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead {
    width: 100%;
    display: block;
}

.woocommerce-checkout thead tr{
    display: flex;
    width: inherit;
}

.woocommerce-checkout .sc-woocommerce-thankyou-order-details


.woocommerce-checkout .sc-woocommerce-thankyou-order-details thead tr{
	display: table-row !important;
}

.woocommerce-checkout thead tr th.product-name {
    display: flex;
    flex-wrap: wrap;
    width: 265px;
    padding: 16px 0 !important;
}

.woocommerce-checkout .sc-woocommerce-thankyou-order-details  thead tr th.product-name,
.woocommerce-checkout .sc-woocommerce-thankyou-order-details  thead tr th.product-name{
	display: table-cell !important;
}


.checkout-summary th.product-total {
    width: calc(100% - 265px);
    align-items: center;
    display: flex;
    justify-content: end;
}

/* MM : FIN Customisation CSS page CHECKOUT */

@media only screen and (max-width: 1024px) {
	.blog-repeater .gallery .jet-engine-gallery-grid__item {
		padding: 20px 10px;
	}
	.blog-repeater .gallery .jet-engine-gallery-grid {
		gap:0px;
	}
	.blog-repeater .blog-content-text p:last-child{
		padding-bottom:25px;
	}	
	.quote-box span p {
		padding: 50px 20px;
		margin: 30px 0 10px;
	}	
}

@media only screen and (min-width: 768px) {
.blog-repeater .gallery .jet-engine-gallery-grid__item:nth-child(4),
	.blog-repeater .gallery .jet-engine-gallery-grid__item:nth-child(5),
	.blog-repeater .gallery .jet-engine-gallery-grid__item:nth-child(6){
    padding-top: 0px;
}
}

@media only screen and (max-width: 560px) {
	.related-products .slick-arrow{
		display:none;
	}
}


@media only screen and (max-width: 425px) {
	.wpb-posts-nav {
		display: flex;
		flex-direction: column;
	}
}


#shipping_method::before{
	color:red !important
}

