/** Shopify CDN: Minification failed

Line 11:8 Expected ":"

**/
/*  Add custom styles here
/*-------------------------------------------------- */

ul > .level-2{
  
 padding
 text-align: center;
}


nav.submenu{
  padding-left: 33%;
}


/* Correction module Colissimo - page suivi */
.suivi-colissimo #app-body-inner .separator {
	height: auto;
	line-height: 1rem;
	margin: 0;
	max-width: 100%;
	min-width: 1.25rem;
	width: auto;
}
/*  13-05-2022 */
.shopify-product-form label {
color: #fff;
}

input:focus ,textarea:focus{
border-color: #fff !important;
color: #fff !important;
}
.update {
    border-color: #fff !important;
    color: #fff !important;
}
.update:hover {
    border-color: #7e1515 !important;
}
/*20-05-2022*/
select:hover, select:focus, select:active {
    color: #fff;
  border-color: #fff;
}
.collection .filter-collection select {
    background-color: #303030;
}
/*  Add custom responsive styles here
/*-------------------------------------------------- */

/* Small screens (phones) only */
@media screen and (max-width: 640px) {

}


/* Medium screens (tablets) only */
@media screen and (min-width: 640px) and (max-width: 1024px) {

}


/* Medium screens (tablets) and up */
@media screen and (min-width: 640px) {

}


/* Large screens (desktops) */
@media screen and (min-width: 1024px) {

}
