/*#estimatedshipping {
    left: 2px;
    border-top: 1px solid #e7e7e7;
}
#estimatedshipping .es-title {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
#estimatedshipping .es-celll {
    font-weight: bold;
}
#estimatedshipping .es-form {
    text-align: center;
}
#estimatedshipping .es-formtitle {
    margin-top: 10px;
    margin-bottom: 10px;
}*/



#estimatedshipping {
    padding-left: 0;
}
.ensemble{
    display: flex;
    flex-direction: row;
    justify-content: center;
    opacity: .8;
    color: #6D6D6D;
    font-family: Lato, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 10px;
}
#estimatedshipping .es-title {
    color: #6D6D6D;
    font-family: Lato, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 10px;
}
#estimatedshipping .es-celll {
    font-weight: bold;

}
#estimatedshipping .es-form {
    text-align: center;
}
#estimatedshipping .es-formtitle {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Loader pour l'estimation (petite roue) */
.es-loader::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #999;
    border-top-color: transparent;
    animation: es-spin 0.6s linear infinite;
    vertical-align: middle;
    margin-left: 4px;
}

@keyframes es-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.fdt{
    
    font-size: .8rem!important;
    margin-right: 3px;
}
.pdsq{
   color: currentColor!important;
   font-size: .8rem!important;
}



@media (max-width: 1090px){
    #estimatedshipping{
        padding-left: 0px;
    }
}