#wrapper{
	background-color: #FFFFFF !important;
}
.alert-info{
	background-color: #FAFAFA;
	border-color: #FAFAFA;
	color: #171A20;
}

.alert-info a{
	font-size: 14px;
	letter-spacing: -0.15px;
	font-weight: 600;
	line-height: 32px;
	font-family: "Montserrat", sans-serif !important;
	color: #171A20;
}

.w-15{
	width: 15%
}

.w-35{
	width: 35%
}

.w-50{
	width: 50%;
}

.btn-primary, .btn-primary:hover,.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: -0.57px;
	line-height: 25px;
	color: #F4F4F4 !important;
	background-color: #C7000F !important;
	width: 307px;
	float: left !important;
	outline: none !important;
}

/*----------------------- POP-UP PANIER ------------------------*/

#blockcart-modal .cart-content .cart-content-btn{
	flex-flow: row wrap;
}


/*----------------------- PANIER ------------------------*/

.d-grid{
	display:grid;
}

.cart-grid{
	margin-bottom: 292px;
}

.cart-left{
	border: solid 1px #F0F0F0;
}

.cart-left img{
	width: 101px;
	height: 101px;
	padding: 10px;
}

.d-flex{
	display: flex !important;
}

.product-name{
	color: #171A20 !important;
	margin-bottom: 6px;
	font-size: 16px;
	letter-spacing: -0.18px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif !important;
}

.product-name a {
  font-size: 16px;
  color: #171A20;
  letter-spacing: -0.18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
}

.remove-from-cart-text:hover{
  text-decoration:inherit;
  color: #171A20;
}

.remove-from-cart-text {
  padding-left: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  text-decoration: underline;
  letter-spacing: -0.15px;
  line-height: 32px;
  cursor: pointer;
  color: #171A20;
}

.cart-summary{
	background-color: #ffffff;
	box-shadow: #00000029 0 0 16px;
	transform: translateY(104px);
}

.cart-summary .card-block.checkout .text-sm-center{
	padding-bottom: 50px;
}

.custom-info-block{
	transform: translateY(124px);
}

.cart-right {
  font-size: 1rem;
}

.cart-container .separator{
	visibility: hidden;
}

.availability-box {
  width: 14px;
  height: 14px;
  transform: translateY(9px);
  border: 1px solid #000;
  display: inline-flex;
  align-items: end;
  justify-content: center;
}

.availability-box .checkmark {
  display: block;
  width: 10px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform:  rotate(-45deg) translateY(-2px) translateX(3px);
}

.availability-box.unavailable .cross {
  position: relative;
  width: 10px;
  height: 10px;
}

.availability-box.unavailable .cross::before,
.availability-box.unavailable .cross::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #000;
}

.availability-box.unavailable .cross::before {
  transform: rotate(45deg);
  transform-origin: center;
}

.availability-box.unavailable .cross::after {
  transform: rotate(-45deg);
  transform-origin: center;
}

.availability-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 32px;
  margin-left: 5px;
}

.list-quantity select{
	padding-left: 12px;
}

.quantity-dropdown {
  background-color: #fff;
  cursor: pointer;
}

.quantity-dropdown span{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 32px;
}

.quantity-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
  border: none;
}

.dropdown-arrow {
  transform: translateX(-6px);
  pointer-events: none;
  font-size: 0.8rem;
  color: #000;
}

.product-price{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.19px;
  line-height: 23px;
  color: #171A20;
}

.number-qty:focus {
    outline: none !important;
    box-shadow: none !important;
}

.number-qty:focus-visible {
	outline-color: inherit;
	outline-style: none;
	outline-width: 0px;
}

.number-qty{
	padding: 0px !important;
	width: 30px !important;
	background-color: transparent !important;
	border: none !important;
}

.input-group-btn-vertical button{
	background: transparent !important;
	border: none !important;
}

.input-group-btn-vertical{
	z-index: 10;
	transform: translateX(-24px);
}

.input-group-btn-vertical .js-decrease-product-quantity{
	transform: translateY(6px);
}

.input-group-btn-vertical .js-increase-product-quantity{
	transform: translateY(-4px);
}

.quantity-spinner{
	padding-top: 7px;
}

.custom-spinner {
  align-items: center;
}

.custom-spinner .input-group{
	transform: translateY(-3px);
}

.custom-spinner input {
  text-align: center;
  width: 18px;
  padding: 0px;
}

.ce-product-quantity__btn {
	width: 18px;
}


.custom-spinner button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
}

.custom-spinner button:hover {
  background: #e9ecef;
}

.ceicon-angle-left, .ceicon-angle-right{
	transform: rotate(90deg);
}

.title-cart{
	margin-top:14px;
	margin-bottom: 13px;
}

.label-summary, .value-summary{
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: -0.15px;
  line-height: 27px;
  color: #171A20 !important;
}

#cart-subtotal-products{
	position: relative
}

.label-subtotal.js-subtotal::after {
    content: "TVA incluse";
    position: absolute;
 	left: 0;
	top: 100%;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
    font-size: 14px;
    color: #171A20;
	letter-spacing: -0.15px;
    line-height: 12px;
}

.label-subtotal, .value-subtotal{
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  font-size: 16px !important;
  letter-spacing: -0.18px;
  line-height: 41px;
  color: #171A20 !important;
}

.tva-cart{
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: -0.15px;
  line-height: 27px;
  color: #171A20 !important;
}

#cart .text-sm-center a{
	background-color: #C7000F;
}

#cart .text-sm-center a:hover{
	background-color: #171A20;
}

#cart .container .cart-overview .cart-item .cart-right{
	text-align: right;
}

#cart .container .custom-info-block .custom-icons-row{
	display: flex !important;
	padding-right: 10px;
}

.custom-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}


.custom-icons-row .custom-icon {
  max-width: 60px;
  transition: transform 0.2s ease;
}

.custom-icons-row .custom-icon:hover {
  transform: scale(1.08);
}

.custom-title-2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-info-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.custom-info-list li {
  font-size: 14px;
  margin: 4px 0;
  position: relative;
}

.title-payment{
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 21px;
  color: #707070 !important;
}

.img-fluid{
	object-fit: contain;
	width: 43px;
	height: 30px;
}

.custom-info-list{
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 23px;
  letter-spacing: -0.19px;
  color: #171A20 !important;
}


/*----------------------- MON COMPTE ------------------------*/


#my-account .container{
	width: 1425px;
}

#my-account .text-sm-center a{
	color: #C7000F
}

.block-all-account{
	justify-content: center !important;
}

.block-account{
	width: 451px;
	height: 323px;
	background-color: #FAFAFA;
	margin-left: 12px !important;
	margin-right: 12px !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.block-account .link-item{
	height: auto;
	margin-top: 121px;
}

.block-account:hover .link-item .material-icons{
	color: #C7000F !important;
}

.page-my-account #content .links a span.link-item{
	background-color: transparent;
	padding: 0;
}

#my-account .link-item{
	height: auto;
	margin-top: 121px;
}

#my-account #wishlist-link:hover .link-item .material-icons {
	color: #C7000F !important;
}

#my-account #psgdpr-link:hover .link-item .material-icons {
	color: #C7000F !important;
}

#my-account #wishlist-link, #psgdpr-link {
	width: 451px;
	height: 323px;
	background-color: #FAFAFA;
	margin-left: 12px !important;
	margin-right: 12px !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}


/*----------------------- CHECKOUT ------------------------*/

body#checkout .container{
	width: 1578px;
}

#checkout .container .row{
	margin: 0 auto 27px auto;
}

#checkout .container .row .clearfix .delivery-option div.col-sm-1 {
	width: 5%;
}

#checkout .container .row .clearfix .delivery-option label {
	width: 95%;
}

#checkout .container .row .clearfix .delivery-option label .carrier-nam, .carrier-delay, .carrier-price{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 14px !important;
	letter-spacing: -0.74px;
	line-height: 34px;
	color: #171A20 !important;
}

#checkout .container .row .clearfix .delivery-option label .row{
	margin: 0 auto 0 auto;
}

#checkout .container .row .order-confirmation-table .order-line .details a{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 16px !important;
	letter-spacing: -0.18px;
	line-height: 32px;
	color: #171A20 !important;
}

#checkout .container .row .order-confirmation-table .order-line .details .quantity-order{
	width: 100%;
	text-align: left !important;
	padding-left: 0px;
}

#checkout .container .content .page-order-confirmation #order-items .card-title{
	font-family: "Montserrat", sans-serif;
	font-weight: 700 !important;
	font-size: 16px !important;
	letter-spacing: -0.18px;
	line-height: 16px;
	color: #171A20 !important;
	text-align: left !important;
}

#checkout .title-cart-summary{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 20px !important;
	letter-spacing: -0.22px;
	line-height: 41px;
	color: #171A20 !important;
}

#checkout .cart-grid-body {
	width: 55%
}

#checkout .cart-grid-right {
	width: 510px;
	height: 217px;
	box-shadow: #00000029 0 0 16px;
} 

#checkout .cart-grid-right #js-checkout-summary{
	background-color: transparent;
}

#checkout .custom-info-block{
	transform: translateY(20px);
	width: 251px;
}

#checkout .custom-info-block .custom-icons-row{
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 51px !important;
	margin-top: 23px !important;
}

#checkout .custom-info-block .custom-icons-row .col-lg-2{
	padding-right: 40px;
}

body#checkout section.checkout-step{
	padding: 0;
}

body#checkout .checkout-step .step-title{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 30px !important;
	letter-spacing: -0.33px;
	line-height: 41px;
	color: #171A20 !important;
	border-bottom: none !important;
	padding-bottom: 0;
	margin-bottom: 28px;
}

body#checkout .-complete .step-title{
	color: #959595 !important;
}

#checkout .checkout-step .step-title .step-number{
	display: none !important;
}

body#checkout section.checkout-step .content {
padding: 0;
padding-top: 0;
}

body#checkout section.checkout-step .step-title i{
	display: none !important;
}

#checkout section.checkout-step .content .nav-item .nav-link.active{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 16px !important;
	letter-spacing: -0.18px;
	line-height: 32px;
	color: #171A20 !important;
}

#checkout section.checkout-step .content .nav-separator {
	display: none;
}

#checkout section.checkout-step .content .nav-link{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 16px !important;
	letter-spacing: -0.18px;
	line-height: 32px;
	color: #959595 !important;
}


/* Conteneur visuel */
.custom-radio {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 0; /* carré */
  box-sizing: border-box;
}

/* Masquer le radio natif */
.custom-radio input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

/* Checkmark : invisible par défaut */
.custom-radio::after {
  content: '';
  width: 6px;
  height: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  display: none;
  position: absolute;
}

/* Affiche le check quand sélectionné */
.custom-radio input[type="radio"]:checked + .custom-radio,
.custom-radio input[type="radio"]:checked ~ .custom-radio::after {
  display: block;
}

.custom-radio input[type=radio]:checked + span {
	position: absolute;
	top: 1px;
	left: 0px;
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
}

/* Option alternative (plus simple) */
.custom-radio input[type="radio"]:checked + span::after {
  content: '';
  width: 8px;
  height: 4px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
}

#checkout section.checkout-step .content .form-group label{
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 19px;
	color: #171A20 !important;
}

#checkout section.checkout-step .content .form-group input{
	background-color: #ffffff;
	border: solid 1px #E1DFDF;
}

#checkout section.checkout-step .content .form-group span.form-control-comment {
    display: none;
}

.form-group.row label[for="field-psgdpr"], label[for="field-newsletter"], label[for="field-customer_privacy"] {
    display: none;
}


#checkout section.checkout-step .content .form-footer{
	width: 307px;
	margin-bottom: 80px;
}

#checkout section.checkout-step .content .form-footer .continue{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: -0.57px;
	line-height: 25px;
	color: #F4F4F4 !important;
	background-color: #C7000F;
	width: 100%;
}

#checkout section.checkout-step .content .form-footer .cancel-address{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: -0.57px;
	line-height: 25px;
	color: #FFFFFF !important;
	background-color: #171A20;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 8px 0 8px 0;
}
	
#checkout #login-form .forgot-password{
	
	margin-bottom: 30px;
}

#checkout #login-form .forgot-password a{
	color: #171A20;
}




/*----------------------- CHECKOUT STEP ------------------------*/


#checkout #content .checkout-step .content a{
	color: #C7000F;
}


#checkout #content .checkout-step .content .clearfix form{
	width: 307px;
	background-color: #C7000F;
	margin-bottom: 80px;
}

#checkout #content .checkout-step .content .clearfix form .continue{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: -0.57px;
	line-height: 25px;
	color: #F4F4F4 !important;
	background-color: #C7000F;
	width: 100%;
}

#checkout .checkout-step h1{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 30px !important;
	letter-spacing: -0.33px;
	line-height: 41px;
	color: #959595 !important;
	border-top: none !important;
	margin-bottom: 60px !important;
}

#checkout .container .content .delivery-options-list .clearfix .continue{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: -0.57px;
	line-height: 25px;
	color: #F4F4F4 !important;
	background-color: #C7000F;
	width: 307px;
	float: left !important;
}

#checkout .container .content .delivery-options-list .order-options #delivery textarea{
	width: 332px;
}

body#checkout section.checkout-step .address-item.selected{
	background-color: #FAFAFA;
	box-shadow: #00000029 0 0 16px;
	border: none;
}

#checkout section.checkout-step .address-item.selected hr{
	display: none;
}

#checkout section.checkout-step .radio-block{
	padding: 70px 0 0 67px !important;
}

#checkout section.checkout-step .radio-block .h4{
	font-family: "Montserrat", sans-serif;
	font-weight: 700 !important;
	font-size: 14px !important;
	letter-spacing: -0.15px;
	line-height: 32px;
	color: #171A20 !important;
}

#checkout section.checkout-step .radio-block .address{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: -0.15px;
	line-height: 32px;
	color: #171A20 !important;
	margin-bottom: inherit;
	min-height: inherit;
}

#checkout section.checkout-step .address-footer{
	padding: 0 0 67px 89px !important;
	border-top: 0;
	text-align: left !important;
}

#checkout section.checkout-step .address-footer a i{
	display: none;
}

#checkout section.checkout-step .address-footer a{
	font-weight: 500 !important;
	font-style: italic;
	text-decoration: underline;
	font-size: 12px !important;
	letter-spacing: -0.13px;
	line-height: 32px;
	margin-right: .5rem;
	color: #7a7a7a !important;
}

#checkout section.checkout-step .step-title{
	margin-bottom: 30px !important;
}

#checkout .checkout-step .content #payment-confirmation {
	transform: translateX(30px);
	width: 307px;
}

#checkout .checkout-step .content #payment-confirmation .alert-danger{
	transform: translateY(60px);
	height: 150px;
}

#checkout section.checkout-step .address-footer a:hover{
	color: #232323;
}

#checkout section.checkout-step .payment-options{
	padding-left: 1rem;
}

#checkout section.checkout-step .payment-options .custom-radio {
	margin-top: 6px;
	border-radius: 50%;
	width: 11px;
	height: 11px;
}

#checkout section.checkout-step .payment-options > div{
	margin-bottom: 28px;
	height: 28px;
}

#checkout section.checkout-step .payment-options #payment-option-4-additional-information{
	height: 64px;
}

#checkout section.checkout-step .payment-options .js-payment-option-form{
	margin-bottom: 0px;
	height: 0px;
}

#checkout section.checkout-step .payment-options #ps_checkout-card-fields-form .row > div{
	padding-right: 0px;
	padding-left: 0px;
}

#checkout section.checkout-step .payment-options #pay-with-payment-option-3-form{
	height: 300px !important;
}

#checkout section.checkout-step .payment-options #pay-with-payment-option-5-form{
	height: 50px !important;
}

#checkout section.checkout-step #conditions-to-approve{
	padding: inherit !important;
}

#checkout section.checkout-step #conditions-to-approve > ul{
	padding-left: 2rem;
}

#checkout section.checkout-step #conditions-to-approve .condition-label a{
	color: #000000;
	text-decoration: underline;
		
}

#checkout section.checkout-step #conditions-to-approve .custom-checkbox input[type=checkbox]     +span .checkbox-checked {
	margin: -3.12px;
	font-size: 1rem;
}

#checkout section.checkout-step #conditions-to-approve .custom-checkbox input[type=checkbox]{
	width: 11px;
	height: 11px;
	margin-top: 5px;
} 
#checkout section.checkout-step #conditions-to-approve .custom-checkbox span{
	width: 11px;
	height: 11px;
	margin-top: 5px;
}

#checkout .cart-grid-body  #order-summary-content{
	width: 160%;
}

#checkout .cart-grid-body  #order-summary-content .card-block{
	padding: inherit !important;
}

#checkout .cart-grid-body  #order-summary-content .summary-selected-carrier{
	background-color: #F4F4F4;
}

#checkout .cart-grid-body  #order-summary-content .summary-selected-carrier .row{
	display: flex;
    align-items: center;
	margin: 0 0 0 0;
}

#checkout #order-summary-content .order-confirmation-table{
	border: hidden !important;
}


/*----------------------- MON COMPTE INFORMATION PERSONNELLES ------------------------*/

#identity .form-control{
	background: #FFFFFF;
}

#identity .container .form-group .form-control-label{
	text-align: left !important;
}

#identity .container .form-footer{
	width: 307px;
	background-color: #C7000F;
	margin-bottom: 80px;
}

#identity .container .form-footer button{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: -0.57px;
	line-height: 25px;
	color: #F4F4F4 !important;
	background-color: #C7000F;
	width: 100%;
}

#identity .container #content-wrapper .page-footer{
	text-align: center;
}


#identity .container #content-wrapper .page-footer a{
	color: #171A20;
}

/*----------------------- CREE UN COMPTE ------------------------*/

#registration .container .page-header h1{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 30px !important;
	letter-spacing: -0.33px;
	line-height: 41px;
	color: #171A20 !important;
	text-align: center !important;
}

#registration .container .register-form p{
	text-align: center;
}

#registration .container .register-form a{
	color: #C7000F !important;
}

#registration .form-control{
	background: #FFFFFF;
}

#registration .container .form-group .form-control-label{
	text-align: left !important;
}

#registration .container .form-group span.form-control-comment {
    display: none;
}

#registration .container .form-footer{
	width: 307px;
	background-color: #C7000F;
	margin: 0 auto;
}

#registration .container .form-footer button{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: -0.57px;
	line-height: 25px;
	color: #F4F4F4 !important;
	background-color: #C7000F;
	width: 100%;
}

/*#registration .container .form-group .custom-checkbox label{
	display: flex;
}

#registration .container .form-group .custom-checkbox label span{
	width: 26px;
	margin: 0px 11px auto 0;
}*/


/*----------------------- MON COMPTE NOUVELLE ADRESSES ------------------------*/


#address .container .page-header h1{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 30px !important;
	letter-spacing: -0.33px;
	line-height: 41px;
	color: #171A20 !important;
	text-align: center !important;
}

#address .container .register-form p{
	text-align: center;
}

#address .container .register-form a{
	color: #C7000F !important;
}

#address .form-control{
	background: #FFFFFF;
}

#address .container .form-group .form-control-label{
	text-align: left !important;
}

#address .container .form-group span.form-control-comment {
    display: none;
}

#address .container .form-footer{
	width: 307px;
	background-color: #C7000F;
	margin-top: 60px;
}

#address .container .form-footer button{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: -0.57px;
	line-height: 25px;
	color: #F4F4F4 !important;
	background-color: #C7000F;
	width: 100%;
}

#address .container #content-wrapper .page-footer{
	text-align: center;
}

#address .container #content-wrapper .page-footer a{
	color: #171A20;
}


/*----------------------- MON COMPTE ADRESSES ------------------------*/

#addresses .container .page-header h1{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 30px !important;
	letter-spacing: -0.33px;
	line-height: 41px;
	color: #171A20 !important;
	text-align: center !important;
}

#addresses .container .address{
	background-color: #FAFAFA;
	box-shadow: #00000029 0 0 16px;
}

#addresses .container .address-footer{
	border-top: 0;
}

#addresses .container .address-body{
	padding: 70px 0 0 67px;
}

#addresses .container .address .address-body h4{
	font-family: "Montserrat", sans-serif;
	font-weight: 700 !important;
	font-size: 14px !important;
	letter-spacing: -0.15px;
	line-height: 32px;
	color: #171A20 !important;
}

#addresses .container .address .address-body address{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: -0.15px;
	line-height: 32px;
	color: #171A20 !important;
	margin-bottom: inherit;
	min-height: inherit;
}

#addresses .container .address .address-footer{
	padding: 0 0 67px 69px;
}

#addresses .container .address .address-footer a i{
	display: none;
}

#addresses .container .address .address-footer a span{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-style: italic;
	text-decoration: underline;
	font-size: 12px !important;
	letter-spacing: -0.13px;
	line-height: 32px;
}

#addresses .container .addresses-footer a{
	font-family: "Montserrat", sans-serif;
	font-weight: 700 !important;
	font-size: 12px !important;
	letter-spacing: -0.13px;
	line-height: 23px;
	color: #171A20 !important;
}


/*----------------------- VOS ADRESSES ------------------------*/

#addresses .container #content-wrapper .page-footer{
	text-align: center;
}

#addresses .container #content-wrapper .page-footer a{
	color: #171A20;
}


/*----------------------- MON COMPTE HISTORIQUE DE VOS COMMANDES ------------------------*/


#history .container .page-header h1{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 30px !important;
	letter-spacing: -0.33px;
	line-height: 41px;
	color: #171A20 !important;
	text-align: center !important;
}


#history .container .form-footer button{
	font-family: "Montserrat", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: -0.57px;
	line-height: 25px;
	color: #F4F4F4 !important;
	background-color: #171A20;
	width: 100%;
}

#history .container #content-wrapper .page-footer{
	text-align: center;
}

#history .container #content-wrapper .page-footer a{
	color: #171A20;
}

#history .container #content-wrapper .page-content h6{
	font-family: "Montserrat", sans-serif;
	font-weight: 700 !important;
	font-size: 16px !important;
	letter-spacing: -0.18px;
	line-height: 32px;
	color: #171A20 !important;
}


/*----------------------- MON COMPTE HISTORIQUE DE VOS COMMANDES ------------------------*/


#order-slip .container .page-header h1{
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 30px !important;
	letter-spacing: -0.33px;
	line-height: 41px;
	color: #171A20 !important;
	text-align: center !important;
}

#order-slip .container #content-wrapper .page-footer{
	text-align: center;
}

#order-slip .container #content-wrapper .page-footer a{
	color: #171A20;
}

#order-slip .container #content-wrapper .page-content h6{
	font-family: "Montserrat", sans-serif;
	font-weight: 700 !important;
	font-size: 16px !important;
	letter-spacing: -0.18px;
	line-height: 32px;
	color: #171A20 !important;
}


/*----------------------- ENVIE ------------------------*/

#module-blockwishlist-lists .wishlist-list-item-title{
	color: #171A20;
}

#module-blockwishlist-lists .wishlist-list-item:hover .wishlist-list-item-title{
	color: #C7000F;
}

#module-blockwishlist-lists .wishlist-container-header .wishlist-add-to-new{
	color: #C7000F !important;
}

#module-blockwishlist-lists .wishlist-footer-links a{
	color: #C7000F !important;
}



/*-----------------------------------------------------------*/
/*----------------------- RESPONSIVE ------------------------*/
/*-----------------------------------------------------------*/



@media (max-width: 1024px){
	#checkout section.checkout-step {
		margin-bottom: 70px;
	}
	
	#checkout .cart-grid-right {
		width: 402px;
		height: 570px;
		padding: 0;
		margin-left: 46px;
	}
	
	#checkout .container .custom-icons-row{
		display: flex !important;
		padding-right: 10px;
	}
	
	#checkout .custom-info-block{
		padding-left: 2rem !important;
		width: 300px !important;
	}
	
	#checkout .cart-grid-right .custom-info-block h4, h5, .custom-info-list{
		padding: 15px;
	}
	
	#checkout .container .row {
		margin: 0 auto 0px auto;
	}
	
	#checkout .custom-info-block .custom-icons-row .col-lg-2 {
		padding-right: 0px;
	}
	
	.elementor-column-wrap {
		margin: 0 0 0px 0 !important;
	}
}


@media (max-width: 767px){
	#my-account .container {
		width: 402px;
	}
	.page-my-account #content .block-all-account{
		display: block;
		width: 380px !important;
	}
	
	#my-account #wishlist-link, #psgdpr-link{
		width: 402px;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}	
	
	.page-my-account #content .block-all-account .block-account{
		width: 402px;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	
	#cart .cart-summary{
		padding: 10px;
	}
	
	#cart .container, .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#checkout .container{
		width: 402px !important;
		padding: 0;
	}
	
	#checkout .container .row {
		margin: 0 auto 0px auto;
		overflow-x : hidden;
	}
	
	#checkout .container .custom-icons-row{
		display: flex !important;
		padding-right: 10px;
	}
	
	#checkout .container .row #content-wrapper{
		flex-flow: row wrap;
		width: 402px;
		padding: 0px;
	}
	
	#checkout .cart-grid-body{
		width: 402px !important;
		padding-left: 15px;
	}
	
	#checkout .cart-grid-right {
		width: 402px;
		height: 600px;
		padding: 0;
	}
	
	#checkout .cart-grid-right section.card {
		padding: 15px;
	}
	
	#checkout .cart-grid-right .custom-info-block h4, h5, .custom-info-list{
		padding: 15px;
	}
	
	#checkout section.checkout-step {
		width: 424px;
	}
	
	#checkout .cart-grid-body #order-summary-content {
		width: 100%;
	}
	
	#checkout section.checkout-step {
		padding-left: 15px;
	}
	
	#checkout .custom-info-block .custom-icons-row .col-lg-2{
		padding-right: 0px;
	}
}





