.filter-svg {
	filter: invert(100%) sepia(93%) saturate(0%) hue-rotate(281deg) brightness(108%) contrast(108%);
}

.div-signup {
	background-color: #151521;
}

a {
	outline: 0;
}

table.table-tarifs-commande {
	border-collapse:collapse;
	width: 100%;
}
table.table-tarifs-commande th, table.table-tarifs-commande td {
	border-collapse:collapse;
	border:solid 1px #a1a5b7;
	border-width: 1px !important;
	text-align: center;
    height: 20px;
}
/*
 table.table-tarifs-commande tbody tr:last-child {
 border-bottom: solid 1px #a1a5b7 !important;
 }*/
.table-tarifs-commande caption {
	font-weight:bold;
	text-align: center;
	color: #fff;
}

.border-right-table-tarifs-commande {
    border-right: solid 1px #957030;
}

.table-tarifs-commande {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}
.table-tarifs-commande thead th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    /*text-shadow: 1px 1px 1px #fff;*/
}
.table-tarifs-commande tbody td {
    border: solid 1px #957030;
    color: #333;
    padding: 10px;
    /*text-shadow: 1px 1px 1px #fff;*/
}
.table-tarifs-commande-rounded {
    border: solid 1px #957030; 
}

.table-tarifs-commande-rounded tbody tr {
    border-bottom: solid 1px #957030;
}
.table-tarifs-commande-rounded tbody td {
    border: solid 1px #957030;
}
/*
.table-tarifs-commande-rounded tbody tr:last-child {
    border-bottom: solid 1px #957030;
}
.table-tarifs-commande-rounded tbody tr:first-child td {
    background-color: #CFAD70;
    border: none;
    text-shadow: 1px 1px 1px #ccc;
    color: #333;
    border-left: solid 1px #957030;
}*/
.table-tarifs-commande-rounded tbody tr td.first-column {
    background-color: #CFAD70;
    border: none;
    color: #333;
    border-left: solid 1px #957030;
    width: 17% !important;
}
.table-tarifs-commande-rounded tbody tr:first-child td:first-child {
    /*border-radius: 10px 0 0 0;*/
}
.table-tarifs-commande-rounded tbody tr:first-child td:last-child {
    /*border-radius: 0 10px 0 0;*/
}
.table-tarifs-commande-rounded tbody td {
    /*border: none;*/
    border-top: solid 1px #957030;
    background-color: #EED592;
    max-height: 25px;
}
.table-tarifs-commande-rounded tbody tr td:last-child {
    /*border: none;*/
    border-right: none;
}
.table-tarifs-commande-rounded tbody tr:last-child td:first-child {
    /*border-radius: 0 0 0 10px;
    border-bottom-left-radius: 10px;*/
}
.table-tarifs-commande-rounded tbody tr:last-child td:last-child {
    /*border-radius: 0 0 10px 0;
    border-bottom-right-radius: 10px;*/
}
.table-tarifs-commande-rounded tbody tr:last-child td {
    border-bottom: none;
}

.table-tarifs-commande-rounded tbody tr:first-child td {
    background-color: #CFAD70;
    font-weight: bold;
}

.table-tarifs td {
    min-width: 35px;
}

.table-panier tfoot tr {
	margin-top: 40px;
	border-top: 1px solid #eff2f5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.input-compteur {
	/*border:solid 1px #a1a5b7;
	border-radius: 0.475rem;*/
    background-color: #eee;
	width: 100%;
    margin: 0px;
}

.input-compteur input {
    font-size: 18px;
}


.svg-icon.svg-icon-panier svg {
	height: 3.5rem !important;
	width: 3.5rem !important;
}

.star-favori:hover {
	color: #ffcb00;
}

.star-fill-favori {
	color: #ffcb00;
}
/*
table.table-jours-livraison thead td:first-child {
    border-top-left-radius: 15px;
}
table.table-jours-livraison thead td:last-child {
    border-top-right-radius: 15px;
}
table.table-jours-livraison tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
table.table-jours-livraison tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
*/

.optionGroup { font-weight:bold; font-style:italic; }
.optionChild { padding-left:15px; }

.label-taille {
    background-color: #3699ff;
    border-radius: 15px;
    cursor: pointer;
    color: #fff;
    border: solid 1px transparent;
}

.label-taille:hover {
    background-color: #fff !important;
    border-radius: 15px;
    cursor: pointer;
    color: #3699ff !important;
    border: solid 1px #3699ff !important;
}

.label-taille.label-hover {
    color: #3699ff;
    border: solid 1px #3699ff !important;
    background-color: #fff !important;
}

.label-taille.label-hover:hover {
    color: #3699ff;
    border: solid 1px #3699ff !important;
}

/*
.second-content-produit {
    opacity: 0;
    transition: opacity 0.5s linear;
}

.second-content-produit.table-line {
    opacity: 0;
}

.second-content-produit.table-show {
    opacity: 1;
}*/

.div-table-tarifs-commande td {
    max-height: 19px !important;
    min-height: 19px !important;
    font-size: 13px !important;
    line-height: 18px;
}

.div-table-tarifs-commande {
    transition-property: display;
    transition-duration: 4s;
    transition-delay: 1s;
    transition-timing-function: ease-out;
}

.line-produit {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.line-produit:hover .plus-produit {
    display: block;
    background-color: #009ef7;
    position: absolute;
    top: calc(50% - 30px);
    right: calc(50% - 30px);
    height: 60px;
    width: 60px;
    border-radius: 20px;
    color: #fff;
    padding: 4px;
    padding-top: 2px;
    cursor: pointer;
    opacity: 1;
}

.line-produit img {
    transition: transform .4s;
}

.line-produit:hover img {
    transform: scale(1.3);
}

.plus-produit {
    background-color: #009ef7;
    position: absolute;
    /*top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;*/
    top: calc(50% - 30px);
    right: calc(50% - 30px);
    height: 60px;
    width: 60px;
    border-radius: 20px;
    color: #fff;
    padding: 4px;
    padding-top: 2px;
    cursor: pointer;
    display:block;
    opacity: 0;
    transition:opacity 0.8s;
}

#nom_produit {
    font-weight: bold;
}


/*
.plus-produit:hover {
    position: absolute;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    border-radius: 20px;
    padding: 4px;
    padding-top: 2px;
}*/

.plus-produit svg {
    color: #fff;
}

/*
.line-produit:before {
    top: 0px;
    left: 5%;
    width: 90%;
    height: 50px;
    
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px #555;
}
.line-produit:after {
    bottom: 0px;
    left: 5%;
    width: 90%;
    height: 50px;
    
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px #565656;
}*/



.w-110px {
    width: 110px !important;
}

.btn-number, .input-compteur {
    border-radius: 25px;
}

.total-tarif-produit, .total-produit {
    text-align: right;
    font-weight: bold;
}

.qte-produit {
    font-weight: bold;
}

.zoom {      
    -webkit-transition: all 0.35s ease-in-out;    
    -moz-transition: all 0.35s ease-in-out;    
    transition: all 0.35s ease-in-out;     
    cursor: -webkit-zoom-in;      
    cursor: -moz-zoom-in;      
    cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
    /**adjust scale to desired size, 
    add browser prefixes*/
    -ms-transform: translateX(50%) translateY(50%) scale(2);
    -moz-transform: translateX(50%) translateY(50%) scale(2);
    -webkit-transform: translateX(50%) translateY(50%) scale(2);
    -o-transform: translateX(50%) translateY(50%) scale(2);
    /*animation: right-animate 1s ease;**/ 
    transform: translateX(50%) translateY(50%) scale(2);
}

@keyframes right-animate {
    0% {
        transform: translateX(0%) scale(0);
    }
    100% {
        transform: translateX(50%) scale(2);
    }
}

@keyframes center-animate {
    0% {
        transform: scaleX(120);
    }
    100% {
        transform: scaleX(0);
    }
}


.outofstock-badge {
  transform: rotate(-8deg);
  -moz-transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
  -khtml-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  width: 110%;
  background-color: #fff;
  color: #000;
  top: 90px;
  left: -8px;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 3px;
  display: inline-block;
  font-family: 'mukta_vaanibold';
  position: absolute;
  min-height: 0;
  min-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 8px 12px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  z-index: 9;
  text-align: center;
}

.link-add-client, .link-add-client-hover {
    border: solid 2px #009ef7;
    border-radius: 50px;
    height: 90px;
    line-height: 105px;
    width: 90px;
    margin: auto;
}

.link-add-client-hover {
    background-color: #009ef7;
}

.link-add-client i {
    font-size:40px;
    color: #009ef7;
}

.link-add-client-hover i {
    font-size:40px;
    color: #fff;
}

.link-add-client:hover, .link-add-client-hover:hover {
    color: #fff;
    background-color: #009ef7;
}

.link-add-client:hover i, .link-add-client-hover:hover i {
    color: #fff;
}

#badges_statut div {
    cursor: pointer;
}

.text-shadow {
    text-shadow: 1px 1px 2px black;
}


.plusminus {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.plusminus.active:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.plusminus.active:after {
  transform: translatey(-50%) rotate(0);
}
.plusminus:before, .plusminus:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 5px;
  border-radius: 3px;
}
.plusminus:before {
  transform: translatey(-50%);
}
.plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}

.active-produit {
    opacity : 0;
    transition:opacity 1s;
}

.active-produit.show {
    opacity : 1
}

.custom-box-shadow {
    box-shadow: 5px 10px 12px rgba(0,0,0,0.2);
}

.aside-menu .menu-item {
    position: relative;
    z-index: 10000;
}

.aside-menu .menu-link {
    position: relative;
    z-index: 10000;
}

.aside-menu .menu-sub2 {
    position: absolute;
    left: 180px;
    z-index: 10000;
    display: none;
    width: 100px;
    height: 100px;
    display: block;
}

.aside-menu .menu-item:hover .menu-sub2 {
    display: block !important;
    z-index: 10000;
}


/*
.menu-item2:not(:first-child)::before {
  display: block;
  content: '';
  height: 35px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 15px;
  left: -2px;
}*/

.menu-item2::before {
  display: block;
  content: '';
  height: 35px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 15px;
  left: -2px;
  background-color: #3699ff;
}

.menu-item2 {
    /*padding-top: 15px;*/
    cursor: pointer;
    position: relative;
}

.menu-item2 .ps-4,.ps-3 .menu-title {
    color: #fff;
}

.menu-item2:hover .ps-4 .menu-title {
    color: #3699ff;
}

.menu-item2:hover .ps-3 .menu-title {
    color: #3699ff;
}

.menu-item2:hover .ps-4 i {
    color: #3699ff;
}

.menu-item2:hover .ps-3 i {
    color: #3699ff;
}

.menu-item2 .link-custom .menu-title {
    color: #fff;
}

.menu-item2:hover .link-custom .menu-title {
    color: #3699ff;
}

.menu-item2:hover::before {
    /*padding-top: 15px;*/
    top:5px;
    cursor: pointer;
    content:' ';
    width: 5px;
    height: 26px;
    background-color: #3699ff;
}

.menu-item3 {
   /* border-left:solid 1px #fff;
    border-radius: 0px;*/
    position: relative;
}

.menu-item3:hover::before {
    /*padding-top: 15px;*/
    top:5px;
    left: 0px;
    cursor: pointer;
    content:' ';
    width: 5px;
    height: 26px;
    background-color: #fff;
}

.menu-item2.here {
    background-color: #2c2c3e;
    color: #9e9eb9;
    width: 100%;
}

.menu-item2.here a {
    color: #9e9eb9;
    width: 100%;
}

.menu-item2.here a:hover {
    color: #3699ff;
}

.menu-item2 .here {
    background-color: #3699ff;
    color: #000;
    width: 100%;
}

.menu-item2 .here .svg-icon i {
    color: #fff;
}

.menu-item2:hover .menu-hide {
    display: block;
}



.menu-hide {
    position: absolute;
    display: none;
    top: 0px;
    left: 180px;
    width: 220px;
    background-color: #353540;
    color: #fff;
}

/*.menu-item2 .menu-hide::before {
    position: absolute;
    left: 170px;
    top:12px;
    width  : 0;
    height : 0;
    border-top    : 7.5px solid transparent;
    border-bottom : 7.5px solid transparent;
    border-right  : 10px solid #fff;
}*/

.menu-hide a {
    color: #fff;
    position: relative;
}

.menu-item3 {
    width: 100%;
}

.menu-item3:hover a {
    color: #3699ff;
}

.menu-item3 {
    position: relative;
}

.menu-hide {
    width: 100%;
}

.menu-hide a {
    position: relative;
    width: 100%;
}

.menu-hide a:hover {
    color: #3699ff;
}

.menu-hide .pt-3:hover span::before {
    position: absolute;
    top:6px;
    left: 10px;
    cursor: pointer;
    content:' ';
    width: 3px;
    height: 26px;
    background-color: #3699ff;
}

.menu-item3:hover::before {
    position: absolute;
    top:-2px;
    left: -1px;
    cursor: pointer;
    content:' ';
    width: 3px;
    height: 26px;
    background-color: #3699ff;
}

.menu-item3.active {
    font-weight: bold;
    color: #fff !important;
}

.white-arrow {
    position: absolute;
    left: 170px;
    top:12px;
    /*height: 10px;
    width: 10px;
    background-color: #fff;*/

    width  : 0;
    height : 0;
    border-top    : 7.5px solid transparent;
    border-bottom : 7.5px solid transparent;
    border-right  : 10px solid #fff;
}

.grey-arrow {
    position: absolute;
    left: -10px;
    top:12px;
    /*height: 10px;
    width: 10px;*/
    border-color: #353540;

    width  : 0;
    height : 0;
    border-top    : 7.5px solid transparent;
    border-bottom : 7.5px solid transparent;
    border-right  : 10px solid #353540;
}

#label_date {
    position: relative;
}

#label_date:before { 
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    content: "\f073";
    /*content: "\f109"; */
    position: absolute;
    left: 5px;
    top: 8px;
    height: 32px;
    width: 32px;
    margin-left: .5em;
    overflow: visible;
    display: inline-block;
    line-height: 24px;
    z-index: 1;
}