.panierVide {
	padding-bottom: 70px;
}

.panierVide h3 {
	padding: 15px 30px;
    margin: 0 0 30px;
    line-height: 48px;
    list-style: none;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #080808;
    font-weight: 600;
}

.panierVide p {
	color: #929292;
    text-align: center;
}

.panierVide .boutons {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.panier {
	padding-bottom: 70px;
}

.detailsPanier h3, .totauxPanier h3 {
	font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #080808;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3.7px;
}

.detailsPanier .article {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}

.detailsPanier .article .articleLeft, .detailsPanier .article .articleRight {
	display: flex;
	align-items: center;
}

.detailsPanier .article .supprimerArticle {
    color: #929292;
    font-size: 11px;
}

.detailsPanier .article figure {
    display: none;
}

.detailsPanier .article .nom {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #080808;
    margin-left: 10px;
}

.detailsPanier .article .prixUnitaire {
    display: none;
}

.detailsPanier .article .quantiteField {
	border: 0;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin: 0 15px;
}

.detailsPanier .article .quantiteField span {
	display: none;
}

.detailsPanier .article .quantiteField input {
	border: 0;
    width: 45px;
    text-align: center;
    font-family: inherit;
    color: #929292;
    font-size: 16px;
    outline: none;
}

.detailsPanier .article .sousTotal {
	font-size: 12px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    color: #929292;
    min-width: 70px;
}

.detailsPanier .actionsPanier {
	display: flex;
	flex-direction: column;
    border-bottom: 1px solid #e1e1e1;
}

.detailsPanier .actionsPanier .coupons {
	flex-basis: 50%;
    background-color: #f3f3f3;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.detailsPanier .actionsPanier .coupons input {
	border: 0;
    font-family: inherit;
    color: #929292;
    font-size: 13px;
    outline: none;
    background: transparent;
    padding-left: 10px;
}

.detailsPanier .actionsPanier .coupons a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #080808;
    line-height: 54px;
}

.detailsPanier .actionsPanier .update {
	flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailsPanier .actionsPanier .update a {
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Catamaran,sans-serif;
    color: #080808;
    cursor: pointer;
    opacity: 0.5;
    line-height: 54px;
}

.detailsPanier .retour {
	margin-top: 35px;
    display: flex;
    align-items: center;
    color: #929292;
    font-size: 14px;
}

.detailsPanier .retour a {
	font-size: 14px;
    line-height: 22px;
    color: #929292;
    margin-left: 10px;
}

.totauxPanier {
	background-color: #fafafa;
    padding: 35px;
    margin-top: 30px;
}

.totauxPanier .field {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.totauxPanier .field label {
    font-size: 13px;
    color: #080808;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 0;
}

.totauxPanier .field span {
    font-size: 13px;
    font-family: Montserrat,sans-serif;
    color: #929292;
}

.totauxPanier .total {
	border-top: 1px solid #e1e1e1;
    padding-top: 20px;
}

.totauxPanier .total span {
	font-size: 20px;
    color: #080808;
    font-weight: 500;
}

.totauxPanier .commander {
	display: flex;
	justify-content: center;
}

.totauxPanier .commander .btn {
	padding: 7px 46px;
	text-align: center;
}

@media (min-width: 768px){
	.detailsPanier .article .supprimerArticle {
	    font-size: 14px;
	}

	.detailsPanier .article figure {
	    display: block;
	    min-width: 90px;
	    max-width: 90px;
	    margin-left: 10px;
	    margin-right: 20px;
	    font-size: 0;
	}

	.detailsPanier .article figure img {
	    width: 100%;
	    aspect-ratio: 300 / 300;
	    object-fit: cover;
	}

	.detailsPanier .article .nom {
	    font-size: 14px;
	    margin-left: 0;
	}

	.detailsPanier .article .prixUnitaire {
		display: block;
		font-size: 14px;
	    font-family: Montserrat,sans-serif;
	    color: #929292;
	    min-width: 60px;
	}

	.detailsPanier .article .quantiteField {
		border: 1px solid #e1e1e1;
		margin: 0 30px;
		padding-left: 15px;
	}

	.detailsPanier .article .quantiteField span {
		display: inline;
		color: #929292;
	    font-size: 13px;
	    margin-right: 50px;
	}

	.detailsPanier .article .sousTotal {
		font-size: 14px;
	    min-width: 80px;
	}

	.detailsPanier .actionsPanier {
		flex-direction: row;
		align-items: center;
	}
}

@media (min-width: 992px){
	.panier {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.detailsPanier {
		flex-basis: 65%;
	}

	.detailsPanier .article figure {
		display: none;
	}

	.detailsPanier .article .nom {
		margin-left: 10px;
	}

	.totauxPanier {
		flex-basis: 30%;
		margin-top: 0;
	}
}

@media (min-width: 1300px){
	.detailsPanier .article figure {
		display: block;
	}

	.detailsPanier .article .nom {
		margin-left: 0;
	}
}