.payment-methods{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;margin-bottom:25px;margin-top:30px}.payment-methods,.payment-methods .payment-method{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.payment-methods .payment-method{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:25%;text-align:center;border:1px solid #e0e0e0;border-radius:8px;padding:6px;font-size:12px;line-height:1;height:70px;-ms-flex-pack:distribute;justify-content:space-around;cursor:pointer}.payment-methods .payment-method .b-icon{font-size:25px}.payment-methods .payment-method .b-icon-oxxo{background-image:url(/img/oxxo-pay.png);width:90%;background-size:contain;height:27px;background-repeat:no-repeat;background-position:50%}.payment-methods .payment-method:hover{background-color:#fafafa}.payment-methods .payment-method.selected{background-color:#54bd95;border-color:#54bd95;color:#fff}.payment-methods .payment-method.selected .b-icon-oxxo{background-image:url(/img/oxxo-pay-selected.png)}