/* Custom mobile styles for Liel child theme */

@media (max-width:768px)
	{
	/* Header */

	.elementor.elementor-2170101
		{
		height: 60px;
		}

	.elementor-cart__toggle a 
		{
		border: 0px!important;
		}


	/* page cms - qui sommes nous */

	.elementor-element-d10f5bc .elementor-tabs-wrapper
		{
		flex-direction: column;
		}


	.elementor-element-d10f5bc .elementor-tab-title
		{
		padding: 10px!important;
		margin-bottom: 10px;
		text-align: center;
		}



	/* cart */

	#cart #content-wrapper,
	#cart .cart-detailed-actions
		{
		margin-top: 20px;
		}

	#cart img
		{
		width: 70px;
		height: 70px;
		}

	#cart .product-line-actions .col-md-10.col-xs-6
		{
		padding-left: 0px;
   		padding-right: 0px;
		}

	/* checkout */


	#checkout #content-wrapper
		{
		margin-top: 20px;
		}

	#checkout .step-title
		{
		font-size: 1rem!important;
		}




	}