.w-40{width:40px;}
.shipping-methods__item-title{font-size:12px;}
.carrito-metodo-pago{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.carrito-metodo-pago label{cursor:pointer;}
.carrito_met_pago div{display:flex;align-items:center;}
.carrito-metodo-envio li {text-align: left;margin: 0.5rem;padding-left: 2rem;}
.carrito-vendedor-titulo{text-align:center!important;background-color:#69c20217!important;padding:4px!important;}
.products-vendedor-envios {margin-top: 1rem;}
.carrito-vendedor-aviso{color:red!important;text-align:center!important;background-color:#ffd000!important;padding:4px!important;}
.payment-methods__item{padding: 0.5rem;padding-left: 2rem;width: 100%;}
/*BBS 2025001277 Se soluciona el problema con el boton de buscar ciudades para que no se sobresalga*/
#select2-checkout_ciudad_fac-container, #select2-checkout_ciudad_env-container{max-width: 228px;}
/*BBS 2025001277 estilos barra loading del buscador de ciudades*/
@keyframes loading-bar {0% {border-bottom: solid #5b9f0c 2px;} 50% {border-bottom: solid #fed000 2px;} 100% {border-bottom: solid #5b9f0c 2px;} }
.animate-loading {border-bottom: solid #5b9f0c 2px;animation: loading-bar 2s infinite linear;}